Html Css Color HEX #C21539 Cardinal

📋 copy color: '#C21539'

red 194 ◦ green 21 ◦ blue 57

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

Shades of Cardinal #C21539

Tints of Cardinal #C21539

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.72%

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

R = 71.32%
G = 7.72%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C21539 (or 0xC21539) is known color: Cardinal. HEX triplet: C2, 15 and 39. RGB value is (194,21,57). Sum of RGB (Red+Green+Blue) = 194+21+57=272 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.32% from 272); Green value is 21 (8.59% from 255 or 7.72% from 272); Blue value is 57 (22.66% from 255 or 20.96% from 272); Max value from RGB is 194 - color contains mainly: red. Hex color #C21539 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21539 is #3DEAC6. Grayscale: #4C4C4C. Windows color (decimal): -4057799 or 3741122. OLE color: 3741122.

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

Color convert

RGB 194 21 57 -
CMYK 0 0.89 0.71 0.24
HSL 347.51º 0.8% 0.42% -
HSV(B) 347.51º 0.89% 0.76% -
XYZ 23.25 12.3 5.02 -
YUV 76.83 116.81 211.57 -
System Red Green Blue C M Y K H S L
Decimal 194 21 57 0 0.89 0.71 0.24 347.51 0.8 0.42
Hex C2 15 39 0 59 47 18 15C 50 2A
Octal 302 25 71 0 131 107 30 534 120 52
Binary 11000010 10101 111001 0 1011001 1000111 11000 101011100 1010000 101010

Color Harmonies of #C21539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21539

Black with #C21539

Text Example


Text Example

White with #C21539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21539; }

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

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

background-color css

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

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

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

border-color css

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

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

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