Html Css Color HEX #C21939 Cardinal

📋 copy color: '#C21939'

red 194 ◦ green 25 ◦ blue 57

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

Shades of Cardinal #C21939

Tints of Cardinal #C21939

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 20.65%

R = 70.29%
G = 9.06%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C21939 (or 0xC21939) is known color: Cardinal. HEX triplet: C2, 19 and 39. RGB value is (194,25,57). Sum of RGB (Red+Green+Blue) = 194+25+57=276 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.29% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 57 (22.66% from 255 or 20.65% from 276); Max value from RGB is 194 - color contains mainly: red. Hex color #C21939 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21939 is #3DE6C6. Grayscale: #4F4F4F. Windows color (decimal): -4056775 or 3742146. OLE color: 3742146.

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

Color convert

RGB 194 25 57 -
CMYK 0 0.87 0.71 0.24
HSL 348.64º 0.77% 0.43% -
HSV(B) 348.64º 0.87% 0.76% -
XYZ 23.33 12.46 5.05 -
YUV 79.18 115.49 209.9 -
System Red Green Blue C M Y K H S L
Decimal 194 25 57 0 0.87 0.71 0.24 348.64 0.77 0.43
Hex C2 19 39 0 57 47 18 15D 4D 2B
Octal 302 31 71 0 127 107 30 535 115 53
Binary 11000010 11001 111001 0 1010111 1000111 11000 101011101 1001101 101011

Color Harmonies of #C21939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21939

Black with #C21939

Text Example


Text Example

White with #C21939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21939; }

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

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

background-color css

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

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

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

border-color css

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

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

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