Html Css Color HEX #C22039 Cardinal

📋 copy color: '#C22039'

red 194 ◦ green 32 ◦ blue 57

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

Shades of Cardinal #C22039

Tints of Cardinal #C22039

RGB

 RED value IS 194 (76.17% from 255) = 68.55%

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

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

R = 68.55%
G = 11.31%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C22039 (or 0xC22039) is known color: Cardinal. HEX triplet: C2, 20 and 39. RGB value is (194,32,57). Sum of RGB (Red+Green+Blue) = 194+32+57=283 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.55% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 57 (22.66% from 255 or 20.14% from 283); Max value from RGB is 194 - color contains mainly: red. Hex color #C22039 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22039 is #3DDFC6. Grayscale: #535353. Windows color (decimal): -4054983 or 3743938. OLE color: 3743938.

HSL color Cylindrical-coordinate representation of color #C22039: hue angle of 350.74º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C22039 is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 32 57 -
CMYK 0 0.84 0.71 0.24
HSL 350.74º 0.72% 0.44% -
HSV(B) 350.74º 0.84% 0.76% -
XYZ 23.5 12.8 5.1 -
YUV 83.29 113.17 206.97 -
System Red Green Blue C M Y K H S L
Decimal 194 32 57 0 0.84 0.71 0.24 350.74 0.72 0.44
Hex C2 20 39 0 54 47 18 15F 48 2C
Octal 302 40 71 0 124 107 30 537 110 54
Binary 11000010 100000 111001 0 1010100 1000111 11000 101011111 1001000 101100

Color Harmonies of #C22039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22039

Black with #C22039

Text Example


Text Example

White with #C22039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22039; }

 p { color: rgb(194,32,57); }

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

background-color css

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

 a { background-color: rgb(194,32,57); }

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

border-color css

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

 span { border-color: rgb(194,32,57); }

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