Html Css Color HEX #C22340 Cardinal

📋 copy color: '#C22340'

red 194 ◦ green 35 ◦ blue 64

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

Shades of Cardinal #C22340

Tints of Cardinal #C22340

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.95%

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

R = 66.21%
G = 11.95%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C22340 (or 0xC22340) is known color: Cardinal. HEX triplet: C2, 23 and 40. RGB value is (194,35,64). Sum of RGB (Red+Green+Blue) = 194+35+64=293 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.21% from 293); Green value is 35 (14.06% from 255 or 11.95% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 194 - color contains mainly: red. Hex color #C22340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22340 is #3DDCBF. Grayscale: #555555. Windows color (decimal): -4054208 or 4203458. OLE color: 4203458.

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

Color convert

RGB 194 35 64 -
CMYK 0 0.82 0.67 0.24
HSL 349.06º 0.69% 0.45% -
HSV(B) 349.06º 0.82% 0.76% -
XYZ 23.77 13.04 6.11 -
YUV 85.85 115.68 205.14 -
System Red Green Blue C M Y K H S L
Decimal 194 35 64 0 0.82 0.67 0.24 349.06 0.69 0.45
Hex C2 23 40 0 52 43 18 15D 45 2D
Octal 302 43 100 0 122 103 30 535 105 55
Binary 11000010 100011 1000000 0 1010010 1000011 11000 101011101 1000101 101101

Color Harmonies of #C22340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22340

Black with #C22340

Text Example


Text Example

White with #C22340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22340; }

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

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

background-color css

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

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

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

border-color css

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

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

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