Html Css Color HEX #C22434 Cardinal

📋 copy color: '#C22434'

red 194 ◦ green 36 ◦ blue 52

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

Shades of Cardinal #C22434

Tints of Cardinal #C22434

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.77%

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

R = 68.79%
G = 12.77%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C22434 (or 0xC22434) is known color: Cardinal. HEX triplet: C2, 24 and 34. RGB value is (194,36,52). Sum of RGB (Red+Green+Blue) = 194+36+52=282 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.79% from 282); Green value is 36 (14.45% from 255 or 12.77% from 282); Blue value is 52 (20.70% from 255 or 18.44% from 282); Max value from RGB is 194 - color contains mainly: red. Hex color #C22434 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22434 is #3DDBCB. Grayscale: #555555. Windows color (decimal): -4053964 or 3417282. OLE color: 3417282.

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

Color convert

RGB 194 36 52 -
CMYK 0 0.81 0.73 0.24
HSL 353.92º 0.69% 0.45% -
HSV(B) 353.92º 0.81% 0.76% -
XYZ 23.5 12.98 4.52 -
YUV 85.07 109.35 205.7 -
System Red Green Blue C M Y K H S L
Decimal 194 36 52 0 0.81 0.73 0.24 353.92 0.69 0.45
Hex C2 24 34 0 51 49 18 162 45 2D
Octal 302 44 64 0 121 111 30 542 105 55
Binary 11000010 100100 110100 0 1010001 1001001 11000 101100010 1000101 101101

Color Harmonies of #C22434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22434

Black with #C22434

Text Example


Text Example

White with #C22434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22434; }

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

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

background-color css

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

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

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

border-color css

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

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

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