Html Css Color HEX #C22242 Cardinal

📋 copy color: '#C22242'

red 194 ◦ green 34 ◦ blue 66

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

Shades of Cardinal #C22242

Tints of Cardinal #C22242

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.56%

 BLUE value IS 66 (26.17% from 255) = 22.45%

R = 65.99%
G = 11.56%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C22242 (or 0xC22242) is known color: Cardinal. HEX triplet: C2, 22 and 42. RGB value is (194,34,66). Sum of RGB (Red+Green+Blue) = 194+34+66=294 (38% of max value = 765). Red value is 194 (76.17% from 255 or 65.99% from 294); Green value is 34 (13.67% from 255 or 11.56% from 294); Blue value is 66 (26.17% from 255 or 22.45% from 294); Max value from RGB is 194 - color contains mainly: red. Hex color #C22242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22242 is #3DDDBD. Grayscale: #555555. Windows color (decimal): -4054462 or 4334274. OLE color: 4334274.

HSL color Cylindrical-coordinate representation of color #C22242: hue angle of 348º degrees, saturation: 0.7, 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 #C22242 is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 34 66 -
CMYK 0 0.82 0.66 0.24
HSL 348º 0.7% 0.45% -
HSV(B) 348º 0.82% 0.76% -
XYZ 23.8 13.01 6.41 -
YUV 85.49 117.01 205.4 -
System Red Green Blue C M Y K H S L
Decimal 194 34 66 0 0.82 0.66 0.24 348 0.7 0.45
Hex C2 22 42 0 52 42 18 15C 46 2D
Octal 302 42 102 0 122 102 30 534 106 55
Binary 11000010 100010 1000010 0 1010010 1000010 11000 101011100 1000110 101101

Color Harmonies of #C22242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22242

Black with #C22242

Text Example


Text Example

White with #C22242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22242; }

 p { color: rgb(194,34,66); }

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

background-color css

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

 a { background-color: rgb(194,34,66); }

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

border-color css

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

 span { border-color: rgb(194,34,66); }

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