Html Css Color HEX #C01039 Cardinal

📋 copy color: '#C01039'

red 192 ◦ green 16 ◦ blue 57

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

Shades of Cardinal #C01039

Tints of Cardinal #C01039

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.04%

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

R = 72.45%
G = 6.04%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#C01039 (or 0xC01039) is known color: Cardinal. HEX triplet: C0, 10 and 39. RGB value is (192,16,57). Sum of RGB (Red+Green+Blue) = 192+16+57=265 (35% of max value = 765). Red value is 192 (75.39% from 255 or 72.45% from 265); Green value is 16 (6.64% from 255 or 6.04% from 265); Blue value is 57 (22.66% from 255 or 21.51% from 265); Max value from RGB is 192 - color contains mainly: red. Hex color #C01039 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01039 is #3FEFC6. Grayscale: #494949. Windows color (decimal): -4190151 or 3739840. OLE color: 3739840.

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

Color convert

RGB 192 16 57 -
CMYK 0 0.92 0.70 0.25
HSL 346.02º 0.85% 0.41% -
HSV(B) 346.02º 0.92% 0.75% -
XYZ 22.66 11.87 4.97 -
YUV 73.3 118.81 212.67 -
System Red Green Blue C M Y K H S L
Decimal 192 16 57 0 0.92 0.70 0.25 346.02 0.85 0.41
Hex C0 10 39 0 5C 46 19 15A 55 29
Octal 300 20 71 0 134 106 31 532 125 51
Binary 11000000 10000 111001 0 1011100 1000110 11001 101011010 1010101 101001

Color Harmonies of #C01039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01039

Black with #C01039

Text Example


Text Example

White with #C01039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01039; }

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

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

background-color css

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

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

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

border-color css

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

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

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