Html Css Color HEX #C21937 Cardinal

📋 copy color: '#C21937'

red 194 ◦ green 25 ◦ blue 55

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

Shades of Cardinal #C21937

Tints of Cardinal #C21937

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.12%

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

R = 70.8%
G = 9.12%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C21937 (or 0xC21937) is known color: Cardinal. HEX triplet: C2, 19 and 37. RGB value is (194,25,55). Sum of RGB (Red+Green+Blue) = 194+25+55=274 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.80% from 274); Green value is 25 (10.16% from 255 or 9.12% from 274); Blue value is 55 (21.88% from 255 or 20.07% from 274); Max value from RGB is 194 - color contains mainly: red. Hex color #C21937 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21937 is #3DE6C8. Grayscale: #4E4E4E. Windows color (decimal): -4056777 or 3611074. OLE color: 3611074.

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

Color convert

RGB 194 25 55 -
CMYK 0 0.87 0.72 0.24
HSL 349.35º 0.77% 0.43% -
HSV(B) 349.35º 0.87% 0.76% -
XYZ 23.29 12.44 4.79 -
YUV 78.95 114.49 210.06 -
System Red Green Blue C M Y K H S L
Decimal 194 25 55 0 0.87 0.72 0.24 349.35 0.77 0.43
Hex C2 19 37 0 57 48 18 15D 4D 2B
Octal 302 31 67 0 127 110 30 535 115 53
Binary 11000010 11001 110111 0 1010111 1001000 11000 101011101 1001101 101011

Color Harmonies of #C21937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21937

Black with #C21937

Text Example


Text Example

White with #C21937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21937; }

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

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

background-color css

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

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

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

border-color css

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

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

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