Html Css Color HEX #C21837 Cardinal

📋 copy color: '#C21837'

red 194 ◦ green 24 ◦ blue 55

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

Shades of Cardinal #C21837

Tints of Cardinal #C21837

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.79%

 BLUE value IS 55 (21.88% from 255) = 20.15%

R = 71.06%
G = 8.79%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C21837 (or 0xC21837) is known color: Cardinal. HEX triplet: C2, 18 and 37. RGB value is (194,24,55). Sum of RGB (Red+Green+Blue) = 194+24+55=273 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.06% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 55 (21.88% from 255 or 20.15% from 273); Max value from RGB is 194 - color contains mainly: red. Hex color #C21837 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21837 is #3DE7C8. Grayscale: #4E4E4E. Windows color (decimal): -4057033 or 3610818. OLE color: 3610818.

HSL color Cylindrical-coordinate representation of color #C21837: hue angle of 349.06º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C21837 is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 24 55 -
CMYK 0 0.88 0.72 0.24
HSL 349.06º 0.78% 0.43% -
HSV(B) 349.06º 0.88% 0.76% -
XYZ 23.26 12.4 4.78 -
YUV 78.36 114.82 210.48 -
System Red Green Blue C M Y K H S L
Decimal 194 24 55 0 0.88 0.72 0.24 349.06 0.78 0.43
Hex C2 18 37 0 58 48 18 15D 4E 2B
Octal 302 30 67 0 130 110 30 535 116 53
Binary 11000010 11000 110111 0 1011000 1001000 11000 101011101 1001110 101011

Color Harmonies of #C21837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21837

Black with #C21837

Text Example


Text Example

White with #C21837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21837; }

 p { color: rgb(194,24,55); }

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

background-color css

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

 a { background-color: rgb(194,24,55); }

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

border-color css

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

 span { border-color: rgb(194,24,55); }

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