Html Css Color HEX #C22133 Cardinal

📋 copy color: '#C22133'

red 194 ◦ green 33 ◦ blue 51

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

Shades of Cardinal #C22133

Tints of Cardinal #C22133

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.87%

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

R = 69.78%
G = 11.87%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C22133 (or 0xC22133) is known color: Cardinal. HEX triplet: C2, 21 and 33. RGB value is (194,33,51). Sum of RGB (Red+Green+Blue) = 194+33+51=278 (36% of max value = 765). Red value is 194 (76.17% from 255 or 69.78% from 278); Green value is 33 (13.28% from 255 or 11.87% from 278); Blue value is 51 (20.31% from 255 or 18.35% from 278); Max value from RGB is 194 - color contains mainly: red. Hex color #C22133 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22133 is #3DDECC. Grayscale: #535353. Windows color (decimal): -4054733 or 3350978. OLE color: 3350978.

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

Color convert

RGB 194 33 51 -
CMYK 0 0.83 0.74 0.24
HSL 353.29º 0.71% 0.45% -
HSV(B) 353.29º 0.83% 0.76% -
XYZ 23.39 12.8 4.37 -
YUV 83.19 109.84 207.04 -
System Red Green Blue C M Y K H S L
Decimal 194 33 51 0 0.83 0.74 0.24 353.29 0.71 0.45
Hex C2 21 33 0 53 4A 18 161 47 2D
Octal 302 41 63 0 123 112 30 541 107 55
Binary 11000010 100001 110011 0 1010011 1001010 11000 101100001 1000111 101101

Color Harmonies of #C22133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22133

Black with #C22133

Text Example


Text Example

White with #C22133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22133; }

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

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

background-color css

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

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

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

border-color css

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

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

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