Html Css Color HEX #C01842 Cardinal

📋 copy color: '#C01842'

red 192 ◦ green 24 ◦ blue 66

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

Shades of Cardinal #C01842

Tints of Cardinal #C01842

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.51%

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

R = 68.09%
G = 8.51%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C01842 (or 0xC01842) is known color: Cardinal. HEX triplet: C0, 18 and 42. RGB value is (192,24,66). Sum of RGB (Red+Green+Blue) = 192+24+66=282 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.09% from 282); Green value is 24 (9.77% from 255 or 8.51% from 282); Blue value is 66 (26.17% from 255 or 23.40% from 282); Max value from RGB is 192 - color contains mainly: red. Hex color #C01842 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01842 is #3FE7BD. Grayscale: #4F4F4F. Windows color (decimal): -4188094 or 4331712. OLE color: 4331712.

HSL color Cylindrical-coordinate representation of color #C01842: hue angle of 345º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C01842 is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 24 66 -
CMYK 0 0.88 0.66 0.25
HSL 345º 0.78% 0.42% -
HSV(B) 345º 0.88% 0.75% -
XYZ 23.05 12.25 6.3 -
YUV 79.02 120.66 208.58 -
System Red Green Blue C M Y K H S L
Decimal 192 24 66 0 0.88 0.66 0.25 345 0.78 0.42
Hex C0 18 42 0 58 42 19 159 4E 2A
Octal 300 30 102 0 130 102 31 531 116 52
Binary 11000000 11000 1000010 0 1011000 1000010 11001 101011001 1001110 101010

Color Harmonies of #C01842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01842

Black with #C01842

Text Example


Text Example

White with #C01842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01842; }

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

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

background-color css

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

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

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

border-color css

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

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

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