Html Css Color HEX #C02244 Cardinal

📋 copy color: '#C02244'

red 192 ◦ green 34 ◦ blue 68

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

Shades of Cardinal #C02244

Tints of Cardinal #C02244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 23.13%

R = 65.31%
G = 11.56%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#C02244 (or 0xC02244) is known color: Cardinal. HEX triplet: C0, 22 and 44. RGB value is (192,34,68). Sum of RGB (Red+Green+Blue) = 192+34+68=294 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.31% from 294); Green value is 34 (13.67% from 255 or 11.56% from 294); Blue value is 68 (26.95% from 255 or 23.13% from 294); Max value from RGB is 192 - color contains mainly: red. Hex color #C02244 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02244 is #3FDDBB. Grayscale: #555555. Windows color (decimal): -4185532 or 4465344. OLE color: 4465344.

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

Color convert

RGB 192 34 68 -
CMYK 0 0.82 0.65 0.25
HSL 347.09º 0.7% 0.44% -
HSV(B) 347.09º 0.82% 0.75% -
XYZ 23.35 12.77 6.7 -
YUV 85.12 118.35 204.24 -
System Red Green Blue C M Y K H S L
Decimal 192 34 68 0 0.82 0.65 0.25 347.09 0.7 0.44
Hex C0 22 44 0 52 41 19 15B 46 2C
Octal 300 42 104 0 122 101 31 533 106 54
Binary 11000000 100010 1000100 0 1010010 1000001 11001 101011011 1000110 101100

Color Harmonies of #C02244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02244

Black with #C02244

Text Example


Text Example

White with #C02244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02244; }

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

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

background-color css

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

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

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

border-color css

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

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

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