Html Css Color HEX #C01941 Cardinal

📋 copy color: '#C01941'

red 192 ◦ green 25 ◦ blue 65

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

Shades of Cardinal #C01941

Tints of Cardinal #C01941

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.87%

 BLUE value IS 65 (25.78% from 255) = 23.05%

R = 68.09%
G = 8.87%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C01941 (or 0xC01941) is known color: Cardinal. HEX triplet: C0, 19 and 41. RGB value is (192,25,65). Sum of RGB (Red+Green+Blue) = 192+25+65=282 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.09% from 282); Green value is 25 (10.16% from 255 or 8.87% from 282); Blue value is 65 (25.78% from 255 or 23.05% from 282); Max value from RGB is 192 - color contains mainly: red. Hex color #C01941 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01941 is #3FE6BE. Grayscale: #4F4F4F. Windows color (decimal): -4187839 or 4266432. OLE color: 4266432.

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

Color convert

RGB 192 25 65 -
CMYK 0 0.87 0.66 0.25
HSL 345.63º 0.77% 0.43% -
HSV(B) 345.63º 0.87% 0.75% -
XYZ 23.04 12.28 6.16 -
YUV 79.49 119.83 208.25 -
System Red Green Blue C M Y K H S L
Decimal 192 25 65 0 0.87 0.66 0.25 345.63 0.77 0.43
Hex C0 19 41 0 57 42 19 15A 4D 2B
Octal 300 31 101 0 127 102 31 532 115 53
Binary 11000000 11001 1000001 0 1010111 1000010 11001 101011010 1001101 101011

Color Harmonies of #C01941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01941

Black with #C01941

Text Example


Text Example

White with #C01941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01941; }

 p { color: rgb(192,25,65); }

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

background-color css

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

 a { background-color: rgb(192,25,65); }

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

border-color css

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

 span { border-color: rgb(192,25,65); }

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