Html Css Color HEX #C22033 Cardinal

📋 copy color: '#C22033'

red 194 ◦ green 32 ◦ blue 51

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

Shades of Cardinal #C22033

Tints of Cardinal #C22033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.41%

R = 70.04%
G = 11.55%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C22033 (or 0xC22033) is known color: Cardinal. HEX triplet: C2, 20 and 33. RGB value is (194,32,51). Sum of RGB (Red+Green+Blue) = 194+32+51=277 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.04% from 277); Green value is 32 (12.89% from 255 or 11.55% from 277); Blue value is 51 (20.31% from 255 or 18.41% from 277); Max value from RGB is 194 - color contains mainly: red. Hex color #C22033 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22033 is #3DDFCC. Grayscale: #525252. Windows color (decimal): -4054989 or 3350722. OLE color: 3350722.

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

Color convert

RGB 194 32 51 -
CMYK 0 0.84 0.74 0.24
HSL 352.96º 0.72% 0.44% -
HSV(B) 352.96º 0.84% 0.76% -
XYZ 23.36 12.74 4.36 -
YUV 82.6 110.17 207.46 -
System Red Green Blue C M Y K H S L
Decimal 194 32 51 0 0.84 0.74 0.24 352.96 0.72 0.44
Hex C2 20 33 0 54 4A 18 161 48 2C
Octal 302 40 63 0 124 112 30 541 110 54
Binary 11000010 100000 110011 0 1010100 1001010 11000 101100001 1001000 101100

Color Harmonies of #C22033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22033

Black with #C22033

Text Example


Text Example

White with #C22033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22033; }

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

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

background-color css

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

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

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

border-color css

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

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

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