Html Css Color HEX #C01139 Cardinal

📋 copy color: '#C01139'

red 192 ◦ green 17 ◦ blue 57

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

Shades of Cardinal #C01139

Tints of Cardinal #C01139

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.39%

 BLUE value IS 57 (22.66% from 255) = 21.43%

R = 72.18%
G = 6.39%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#C01139 (or 0xC01139) is known color: Cardinal. HEX triplet: C0, 11 and 39. RGB value is (192,17,57). Sum of RGB (Red+Green+Blue) = 192+17+57=266 (35% of max value = 765). Red value is 192 (75.39% from 255 or 72.18% from 266); Green value is 17 (7.03% from 255 or 6.39% from 266); Blue value is 57 (22.66% from 255 or 21.43% from 266); Max value from RGB is 192 - color contains mainly: red. Hex color #C01139 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01139 is #3FEEC6. Grayscale: #494949. Windows color (decimal): -4189895 or 3740096. OLE color: 3740096.

HSL color Cylindrical-coordinate representation of color #C01139: hue angle of 346.29º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C01139 is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 17 57 -
CMYK 0 0.91 0.70 0.25
HSL 346.29º 0.84% 0.41% -
HSV(B) 346.29º 0.91% 0.75% -
XYZ 22.68 11.9 4.97 -
YUV 73.89 118.48 212.25 -
System Red Green Blue C M Y K H S L
Decimal 192 17 57 0 0.91 0.70 0.25 346.29 0.84 0.41
Hex C0 11 39 0 5B 46 19 15A 54 29
Octal 300 21 71 0 133 106 31 532 124 51
Binary 11000000 10001 111001 0 1011011 1000110 11001 101011010 1010100 101001

Color Harmonies of #C01139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01139

Black with #C01139

Text Example


Text Example

White with #C01139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01139; }

 p { color: rgb(192,17,57); }

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

background-color css

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

 a { background-color: rgb(192,17,57); }

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

border-color css

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

 span { border-color: rgb(192,17,57); }

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