Html Css Color HEX #C21439 Cardinal

📋 copy color: '#C21439'

red 194 ◦ green 20 ◦ blue 57

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

Shades of Cardinal #C21439

Tints of Cardinal #C21439

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.38%

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

R = 71.59%
G = 7.38%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C21439 (or 0xC21439) is known color: Cardinal. HEX triplet: C2, 14 and 39. RGB value is (194,20,57). Sum of RGB (Red+Green+Blue) = 194+20+57=271 (35% of max value = 765). Red value is 194 (76.17% from 255 or 71.59% from 271); Green value is 20 (8.20% from 255 or 7.38% from 271); Blue value is 57 (22.66% from 255 or 21.03% from 271); Max value from RGB is 194 - color contains mainly: red. Hex color #C21439 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21439 is #3DEBC6. Grayscale: #4C4C4C. Windows color (decimal): -4058055 or 3740866. OLE color: 3740866.

HSL color Cylindrical-coordinate representation of color #C21439: hue angle of 347.24º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C21439 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 20 57 -
CMYK 0 0.90 0.71 0.24
HSL 347.24º 0.81% 0.42% -
HSV(B) 347.24º 0.9% 0.76% -
XYZ 23.24 12.27 5.01 -
YUV 76.24 117.15 211.99 -
System Red Green Blue C M Y K H S L
Decimal 194 20 57 0 0.90 0.71 0.24 347.24 0.81 0.42
Hex C2 14 39 0 5A 47 18 15B 51 2A
Octal 302 24 71 0 132 107 30 533 121 52
Binary 11000010 10100 111001 0 1011010 1000111 11000 101011011 1010001 101010

Color Harmonies of #C21439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21439

Black with #C21439

Text Example


Text Example

White with #C21439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21439; }

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

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

background-color css

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

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

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

border-color css

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

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

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