Html Css Color HEX #C22031 Cardinal

📋 copy color: '#C22031'

red 194 ◦ green 32 ◦ blue 49

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

Shades of Cardinal #C22031

Tints of Cardinal #C22031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.82%

R = 70.55%
G = 11.64%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C22031 (or 0xC22031) is known color: Cardinal. HEX triplet: C2, 20 and 31. RGB value is (194,32,49). Sum of RGB (Red+Green+Blue) = 194+32+49=275 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.55% from 275); Green value is 32 (12.89% from 255 or 11.64% from 275); Blue value is 49 (19.53% from 255 or 17.82% from 275); Max value from RGB is 194 - color contains mainly: red. Hex color #C22031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22031 is #3DDFCE. Grayscale: #525252. Windows color (decimal): -4054991 or 3219650. OLE color: 3219650.

HSL color Cylindrical-coordinate representation of color #C22031: hue angle of 353.7º 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 #C22031 is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 32 49 -
CMYK 0 0.84 0.75 0.24
HSL 353.7º 0.72% 0.44% -
HSV(B) 353.7º 0.84% 0.76% -
XYZ 23.32 12.72 4.13 -
YUV 82.38 109.17 207.62 -
System Red Green Blue C M Y K H S L
Decimal 194 32 49 0 0.84 0.75 0.24 353.7 0.72 0.44
Hex C2 20 31 0 54 4B 18 162 48 2C
Octal 302 40 61 0 124 113 30 542 110 54
Binary 11000010 100000 110001 0 1010100 1001011 11000 101100010 1001000 101100

Color Harmonies of #C22031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22031

Black with #C22031

Text Example


Text Example

White with #C22031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22031; }

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

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

background-color css

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

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

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

border-color css

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

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

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