Html Css Color HEX #C22334 Cardinal

📋 copy color: '#C22334'

red 194 ◦ green 35 ◦ blue 52

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

Shades of Cardinal #C22334

Tints of Cardinal #C22334

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.46%

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

R = 69.04%
G = 12.46%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C22334 (or 0xC22334) is known color: Cardinal. HEX triplet: C2, 23 and 34. RGB value is (194,35,52). Sum of RGB (Red+Green+Blue) = 194+35+52=281 (37% of max value = 765). Red value is 194 (76.17% from 255 or 69.04% from 281); Green value is 35 (14.06% from 255 or 12.46% from 281); Blue value is 52 (20.70% from 255 or 18.51% from 281); Max value from RGB is 194 - color contains mainly: red. Hex color #C22334 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22334 is #3DDCCB. Grayscale: #545454. Windows color (decimal): -4054220 or 3417026. OLE color: 3417026.

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

Color convert

RGB 194 35 52 -
CMYK 0 0.82 0.73 0.24
HSL 353.58º 0.69% 0.45% -
HSV(B) 353.58º 0.82% 0.76% -
XYZ 23.47 12.92 4.51 -
YUV 84.48 109.68 206.12 -
System Red Green Blue C M Y K H S L
Decimal 194 35 52 0 0.82 0.73 0.24 353.58 0.69 0.45
Hex C2 23 34 0 52 49 18 162 45 2D
Octal 302 43 64 0 122 111 30 542 105 55
Binary 11000010 100011 110100 0 1010010 1001001 11000 101100010 1000101 101101

Color Harmonies of #C22334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22334

Black with #C22334

Text Example


Text Example

White with #C22334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22334; }

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

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

background-color css

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

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

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

border-color css

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

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

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