Html Css Color HEX #C21137 Cardinal

📋 copy color: '#C21137'

red 194 ◦ green 17 ◦ blue 55

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

Shades of Cardinal #C21137

Tints of Cardinal #C21137

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.39%

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

R = 72.93%
G = 6.39%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C21137 (or 0xC21137) is known color: Cardinal. HEX triplet: C2, 11 and 37. RGB value is (194,17,55). Sum of RGB (Red+Green+Blue) = 194+17+55=266 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.93% from 266); Green value is 17 (7.03% from 255 or 6.39% from 266); Blue value is 55 (21.88% from 255 or 20.68% from 266); Max value from RGB is 194 - color contains mainly: red. Hex color #C21137 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21137 is #3DEEC8. Grayscale: #4A4A4A. Windows color (decimal): -4058825 or 3609026. OLE color: 3609026.

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

Color convert

RGB 194 17 55 -
CMYK 0 0.91 0.72 0.24
HSL 347.12º 0.84% 0.41% -
HSV(B) 347.12º 0.91% 0.76% -
XYZ 23.14 12.15 4.74 -
YUV 74.26 117.14 213.41 -
System Red Green Blue C M Y K H S L
Decimal 194 17 55 0 0.91 0.72 0.24 347.12 0.84 0.41
Hex C2 11 37 0 5B 48 18 15B 54 29
Octal 302 21 67 0 133 110 30 533 124 51
Binary 11000010 10001 110111 0 1011011 1001000 11000 101011011 1010100 101001

Color Harmonies of #C21137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21137

Black with #C21137

Text Example


Text Example

White with #C21137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21137; }

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

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

background-color css

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

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

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

border-color css

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

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

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