Html Css Color HEX #C22440 Cardinal

📋 copy color: '#C22440'

red 194 ◦ green 36 ◦ blue 64

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

Shades of Cardinal #C22440

Tints of Cardinal #C22440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.77%

R = 65.99%
G = 12.24%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C22440 (or 0xC22440) is known color: Cardinal. HEX triplet: C2, 24 and 40. RGB value is (194,36,64). Sum of RGB (Red+Green+Blue) = 194+36+64=294 (38% of max value = 765). Red value is 194 (76.17% from 255 or 65.99% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 64 (25.39% from 255 or 21.77% from 294); Max value from RGB is 194 - color contains mainly: red. Hex color #C22440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22440 is #3DDBBF. Grayscale: #565656. Windows color (decimal): -4053952 or 4203714. OLE color: 4203714.

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

Color convert

RGB 194 36 64 -
CMYK 0 0.81 0.67 0.24
HSL 349.37º 0.69% 0.45% -
HSV(B) 349.37º 0.81% 0.76% -
XYZ 23.8 13.1 6.12 -
YUV 86.43 115.35 204.72 -
System Red Green Blue C M Y K H S L
Decimal 194 36 64 0 0.81 0.67 0.24 349.37 0.69 0.45
Hex C2 24 40 0 51 43 18 15D 45 2D
Octal 302 44 100 0 121 103 30 535 105 55
Binary 11000010 100100 1000000 0 1010001 1000011 11000 101011101 1000101 101101

Color Harmonies of #C22440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22440

Black with #C22440

Text Example


Text Example

White with #C22440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22440; }

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

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

background-color css

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

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

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

border-color css

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

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

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