Html Css Color HEX #C21237 Cardinal

📋 copy color: '#C21237'

red 194 ◦ green 18 ◦ blue 55

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

Shades of Cardinal #C21237

Tints of Cardinal #C21237

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.74%

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

R = 72.66%
G = 6.74%
B = 20.6%

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

#C21237 (or 0xC21237) is known color: Cardinal. HEX triplet: C2, 12 and 37. RGB value is (194,18,55). Sum of RGB (Red+Green+Blue) = 194+18+55=267 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.66% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 55 (21.88% from 255 or 20.60% from 267); Max value from RGB is 194 - color contains mainly: red. Hex color #C21237 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21237 is #3DEDC8. Grayscale: #4A4A4A. Windows color (decimal): -4058569 or 3609282. OLE color: 3609282.

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

Color convert

RGB 194 18 55 -
CMYK 0 0.91 0.72 0.24
HSL 347.39º 0.83% 0.42% -
HSV(B) 347.39º 0.91% 0.76% -
XYZ 23.15 12.18 4.74 -
YUV 74.84 116.81 212.99 -
System Red Green Blue C M Y K H S L
Decimal 194 18 55 0 0.91 0.72 0.24 347.39 0.83 0.42
Hex C2 12 37 0 5B 48 18 15B 53 2A
Octal 302 22 67 0 133 110 30 533 123 52
Binary 11000010 10010 110111 0 1011011 1001000 11000 101011011 1010011 101010

Color Harmonies of #C21237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21237

Black with #C21237

Text Example


Text Example

White with #C21237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21237; }

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

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

background-color css

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

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

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

border-color css

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

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

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