Html Css Color HEX #C22441 Cardinal

📋 copy color: '#C22441'

red 194 ◦ green 36 ◦ blue 65

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

Shades of Cardinal #C22441

Tints of Cardinal #C22441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.03%

R = 65.76%
G = 12.2%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C22441 (or 0xC22441) is known color: Cardinal. HEX triplet: C2, 24 and 41. RGB value is (194,36,65). Sum of RGB (Red+Green+Blue) = 194+36+65=295 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.76% from 295); Green value is 36 (14.45% from 255 or 12.20% from 295); Blue value is 65 (25.78% from 255 or 22.03% from 295); Max value from RGB is 194 - color contains mainly: red. Hex color #C22441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22441 is #3DDBBE. Grayscale: #565656. Windows color (decimal): -4053951 or 4269250. OLE color: 4269250.

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

Color convert

RGB 194 36 65 -
CMYK 0 0.81 0.66 0.24
HSL 348.99º 0.69% 0.45% -
HSV(B) 348.99º 0.81% 0.76% -
XYZ 23.83 13.11 6.28 -
YUV 86.55 115.85 204.64 -
System Red Green Blue C M Y K H S L
Decimal 194 36 65 0 0.81 0.66 0.24 348.99 0.69 0.45
Hex C2 24 41 0 51 42 18 15D 45 2D
Octal 302 44 101 0 121 102 30 535 105 55
Binary 11000010 100100 1000001 0 1010001 1000010 11000 101011101 1000101 101101

Color Harmonies of #C22441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22441

Black with #C22441

Text Example


Text Example

White with #C22441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22441; }

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

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

background-color css

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

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

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

border-color css

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

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

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