Html Css Color HEX #C22134 Cardinal

📋 copy color: '#C22134'

red 194 ◦ green 33 ◦ blue 52

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

Shades of Cardinal #C22134

Tints of Cardinal #C22134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.64%

R = 69.53%
G = 11.83%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C22134 (or 0xC22134) is known color: Cardinal. HEX triplet: C2, 21 and 34. RGB value is (194,33,52). Sum of RGB (Red+Green+Blue) = 194+33+52=279 (36% of max value = 765). Red value is 194 (76.17% from 255 or 69.53% from 279); Green value is 33 (13.28% from 255 or 11.83% from 279); Blue value is 52 (20.70% from 255 or 18.64% from 279); Max value from RGB is 194 - color contains mainly: red. Hex color #C22134 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22134 is #3DDECB. Grayscale: #535353. Windows color (decimal): -4054732 or 3416514. OLE color: 3416514.

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

Color convert

RGB 194 33 52 -
CMYK 0 0.83 0.73 0.24
HSL 352.92º 0.71% 0.45% -
HSV(B) 352.92º 0.83% 0.76% -
XYZ 23.41 12.8 4.49 -
YUV 83.31 110.34 206.96 -
System Red Green Blue C M Y K H S L
Decimal 194 33 52 0 0.83 0.73 0.24 352.92 0.71 0.45
Hex C2 21 34 0 53 49 18 161 47 2D
Octal 302 41 64 0 123 111 30 541 107 55
Binary 11000010 100001 110100 0 1010011 1001001 11000 101100001 1000111 101101

Color Harmonies of #C22134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22134

Black with #C22134

Text Example


Text Example

White with #C22134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22134; }

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

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

background-color css

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

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

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

border-color css

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

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

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