Html Css Color HEX #C02041 Cardinal

📋 copy color: '#C02041'

red 192 ◦ green 32 ◦ blue 65

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

Shades of Cardinal #C02041

Tints of Cardinal #C02041

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.07%

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

R = 66.44%
G = 11.07%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C02041 (or 0xC02041) is known color: Cardinal. HEX triplet: C0, 20 and 41. RGB value is (192,32,65). Sum of RGB (Red+Green+Blue) = 192+32+65=289 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.44% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 65 (25.78% from 255 or 22.49% from 289); Max value from RGB is 192 - color contains mainly: red. Hex color #C02041 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02041 is #3FDFBE. Grayscale: #535353. Windows color (decimal): -4186047 or 4268224. OLE color: 4268224.

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

Color convert

RGB 192 32 65 -
CMYK 0 0.83 0.66 0.25
HSL 347.63º 0.71% 0.44% -
HSV(B) 347.63º 0.83% 0.75% -
XYZ 23.21 12.62 6.21 -
YUV 83.6 117.51 205.32 -
System Red Green Blue C M Y K H S L
Decimal 192 32 65 0 0.83 0.66 0.25 347.63 0.71 0.44
Hex C0 20 41 0 53 42 19 15C 47 2C
Octal 300 40 101 0 123 102 31 534 107 54
Binary 11000000 100000 1000001 0 1010011 1000010 11001 101011100 1000111 101100

Color Harmonies of #C02041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02041

Black with #C02041

Text Example


Text Example

White with #C02041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02041; }

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

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

background-color css

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

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

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

border-color css

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

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

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