Html Css Color HEX #C0013E Cardinal

📋 copy color: '#C0013E'

red 192 ◦ green 1 ◦ blue 62

#C0013E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #C0013E

Tints of Cardinal #C0013E

RGB

 RED value IS 192 (75.39% from 255) = 75.29%

 GREEN value IS 1 (0.78% from 255) = 0.39%

 BLUE value IS 62 (24.61% from 255) = 24.31%

R = 75.29%
G = 0.39%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C0013E (or 0xC0013E) is known color: Cardinal. HEX triplet: C0, 01 and 3E. RGB value is (192,1,62). Sum of RGB (Red+Green+Blue) = 192+1+62=255 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.29% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 62 (24.61% from 255 or 24.31% from 255); Max value from RGB is 192 - color contains mainly: red. Hex color #C0013E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0013E is #3FFEC1. Grayscale: #414141. Windows color (decimal): -4193986 or 4063680. OLE color: 4063680.

HSL color Cylindrical-coordinate representation of color #C0013E: hue angle of 340.84º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C0013E is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 1 62 -
CMYK 0 0.99 0.68 0.25
HSL 340.84º 0.99% 0.38% -
HSV(B) 340.84º 0.99% 0.75% -
XYZ 22.62 11.58 5.6 -
YUV 65.06 126.28 218.54 -
System Red Green Blue C M Y K H S L
Decimal 192 1 62 0 0.99 0.68 0.25 340.84 0.99 0.38
Hex C0 1 3E 0 63 44 19 155 63 26
Octal 300 1 76 0 143 104 31 525 143 46
Binary 11000000 1 111110 0 1100011 1000100 11001 101010101 1100011 100110

Color Harmonies of #C0013E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0013E

Black with #C0013E

Text Example


Text Example

White with #C0013E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0013E; }

 p { color: rgb(192,1,62); }

 H1.HeaderClassName
 {
   color: #C0013E;
 }
 .AnyTagClassName
 {
   color: #C0013E;
 }
</style>

background-color css

<style>
 a { background-color: #C0013E; }

 a { background-color: rgb(192,1,62); }

 div.DivClassName
 {
   background-color: #C0013E;
 }
 .BgClassName
 {
   background-color: #C0013E;
 }
</style>

border-color css

<style>
 span { border-color: #C0013E; }

 span { border-color: rgb(192,1,62); }

 td.TdClassName
 {
   border-color: #C0013E;
 }
 .TagClassName
 {
   border-color: #C0013E;
 }
</style>