Html Css Color HEX #C22047 Cardinal

📋 copy color: '#C22047'

red 194 ◦ green 32 ◦ blue 71

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

Shades of Cardinal #C22047

Tints of Cardinal #C22047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 23.91%

R = 65.32%
G = 10.77%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C22047 (or 0xC22047) is known color: Cardinal. HEX triplet: C2, 20 and 47. RGB value is (194,32,71). Sum of RGB (Red+Green+Blue) = 194+32+71=297 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.32% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 71 (28.12% from 255 or 23.91% from 297); Max value from RGB is 194 - color contains mainly: red. Hex color #C22047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22047 is #3DDFB8. Grayscale: #545454. Windows color (decimal): -4054969 or 4661442. OLE color: 4661442.

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

Color convert

RGB 194 32 71 -
CMYK 0 0.84 0.63 0.24
HSL 345.56º 0.72% 0.44% -
HSV(B) 345.56º 0.84% 0.76% -
XYZ 23.9 12.96 7.2 -
YUV 84.88 120.17 205.83 -
System Red Green Blue C M Y K H S L
Decimal 194 32 71 0 0.84 0.63 0.24 345.56 0.72 0.44
Hex C2 20 47 0 54 3F 18 15A 48 2C
Octal 302 40 107 0 124 77 30 532 110 54
Binary 11000010 100000 1000111 0 1010100 111111 11000 101011010 1001000 101100

Color Harmonies of #C22047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22047

Black with #C22047

Text Example


Text Example

White with #C22047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22047; }

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

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

background-color css

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

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

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

border-color css

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

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

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