Html Css Color HEX #C02141 Cardinal

📋 copy color: '#C02141'

red 192 ◦ green 33 ◦ blue 65

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

Shades of Cardinal #C02141

Tints of Cardinal #C02141

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.38%

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

R = 66.21%
G = 11.38%
B = 22.41%

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

#C02141 (or 0xC02141) is known color: Cardinal. HEX triplet: C0, 21 and 41. RGB value is (192,33,65). Sum of RGB (Red+Green+Blue) = 192+33+65=290 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.21% from 290); Green value is 33 (13.28% from 255 or 11.38% from 290); Blue value is 65 (25.78% from 255 or 22.41% from 290); Max value from RGB is 192 - color contains mainly: red. Hex color #C02141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02141 is #3FDEBE. Grayscale: #545454. Windows color (decimal): -4185791 or 4268480. OLE color: 4268480.

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

Color convert

RGB 192 33 65 -
CMYK 0 0.83 0.66 0.25
HSL 347.92º 0.71% 0.44% -
HSV(B) 347.92º 0.83% 0.75% -
XYZ 23.24 12.68 6.22 -
YUV 84.19 117.18 204.9 -
System Red Green Blue C M Y K H S L
Decimal 192 33 65 0 0.83 0.66 0.25 347.92 0.71 0.44
Hex C0 21 41 0 53 42 19 15C 47 2C
Octal 300 41 101 0 123 102 31 534 107 54
Binary 11000000 100001 1000001 0 1010011 1000010 11001 101011100 1000111 101100

Color Harmonies of #C02141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02141

Black with #C02141

Text Example


Text Example

White with #C02141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02141; }

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

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

background-color css

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

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

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

border-color css

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

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

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