Html Css Color HEX #C01042 Cardinal

📋 copy color: '#C01042'

red 192 ◦ green 16 ◦ blue 66

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

Shades of Cardinal #C01042

Tints of Cardinal #C01042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 24.09%

R = 70.07%
G = 5.84%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C01042 (or 0xC01042) is known color: Cardinal. HEX triplet: C0, 10 and 42. RGB value is (192,16,66). Sum of RGB (Red+Green+Blue) = 192+16+66=274 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.07% from 274); Green value is 16 (6.64% from 255 or 5.84% from 274); Blue value is 66 (26.17% from 255 or 24.09% from 274); Max value from RGB is 192 - color contains mainly: red. Hex color #C01042 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01042 is #3FEFBD. Grayscale: #4A4A4A. Windows color (decimal): -4190142 or 4329664. OLE color: 4329664.

HSL color Cylindrical-coordinate representation of color #C01042: hue angle of 342.95º 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 #C01042 is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 16 66 -
CMYK 0 0.92 0.66 0.25
HSL 342.95º 0.85% 0.41% -
HSV(B) 342.95º 0.92% 0.75% -
XYZ 22.91 11.97 6.26 -
YUV 74.32 123.31 211.93 -
System Red Green Blue C M Y K H S L
Decimal 192 16 66 0 0.92 0.66 0.25 342.95 0.85 0.41
Hex C0 10 42 0 5C 42 19 157 55 29
Octal 300 20 102 0 134 102 31 527 125 51
Binary 11000000 10000 1000010 0 1011100 1000010 11001 101010111 1010101 101001

Color Harmonies of #C01042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01042

Black with #C01042

Text Example


Text Example

White with #C01042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01042; }

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

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

background-color css

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

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

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

border-color css

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

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

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