Html Css Color HEX #C02239 Cardinal

📋 copy color: '#C02239'

red 192 ◦ green 34 ◦ blue 57

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

Shades of Cardinal #C02239

Tints of Cardinal #C02239

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.01%

 BLUE value IS 57 (22.66% from 255) = 20.14%

R = 67.84%
G = 12.01%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#C02239 (or 0xC02239) is known color: Cardinal. HEX triplet: C0, 22 and 39. RGB value is (192,34,57). Sum of RGB (Red+Green+Blue) = 192+34+57=283 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.84% from 283); Green value is 34 (13.67% from 255 or 12.01% from 283); Blue value is 57 (22.66% from 255 or 20.14% from 283); Max value from RGB is 192 - color contains mainly: red. Hex color #C02239 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02239 is #3FDDC6. Grayscale: #535353. Windows color (decimal): -4185543 or 3744448. OLE color: 3744448.

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

Color convert

RGB 192 34 57 -
CMYK 0 0.82 0.70 0.25
HSL 351.27º 0.7% 0.44% -
HSV(B) 351.27º 0.82% 0.75% -
XYZ 23.05 12.65 5.1 -
YUV 83.86 112.85 205.13 -
System Red Green Blue C M Y K H S L
Decimal 192 34 57 0 0.82 0.70 0.25 351.27 0.7 0.44
Hex C0 22 39 0 52 46 19 15F 46 2C
Octal 300 42 71 0 122 106 31 537 106 54
Binary 11000000 100010 111001 0 1010010 1000110 11001 101011111 1000110 101100

Color Harmonies of #C02239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02239

Black with #C02239

Text Example


Text Example

White with #C02239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02239; }

 p { color: rgb(192,34,57); }

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

background-color css

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

 a { background-color: rgb(192,34,57); }

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

border-color css

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

 span { border-color: rgb(192,34,57); }

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