Html Css Color HEX #D41539 Crimson

📋 copy color: '#D41539'

red 212 ◦ green 21 ◦ blue 57

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

Shades of Crimson #D41539

Tints of Crimson #D41539

RGB

 RED value IS 212 (83.2% from 255) = 73.1%

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

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

R = 73.1%
G = 7.24%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#D41539 (or 0xD41539) is known color: Crimson. HEX triplet: D4, 15 and 39. RGB value is (212,21,57). Sum of RGB (Red+Green+Blue) = 212+21+57=290 (38% of max value = 765). Red value is 212 (83.20% from 255 or 73.10% from 290); Green value is 21 (8.59% from 255 or 7.24% from 290); Blue value is 57 (22.66% from 255 or 19.66% from 290); Max value from RGB is 212 - color contains mainly: red. Hex color #D41539 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41539 is #2BEAC6. Grayscale: #525252. Windows color (decimal): -2878151 or 3741140. OLE color: 3741140.

HSL color Cylindrical-coordinate representation of color #D41539: hue angle of 348.69º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D41539 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 21 57 -
CMYK 0 0.90 0.73 0.17
HSL 348.69º 0.82% 0.46% -
HSV(B) 348.69º 0.9% 0.83% -
XYZ 28.16 14.83 5.25 -
YUV 82.21 113.78 220.57 -
System Red Green Blue C M Y K H S L
Decimal 212 21 57 0 0.90 0.73 0.17 348.69 0.82 0.46
Hex D4 15 39 0 5A 49 11 15D 52 2E
Octal 324 25 71 0 132 111 21 535 122 56
Binary 11010100 10101 111001 0 1011010 1001001 10001 101011101 1010010 101110

Color Harmonies of #D41539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41539

Black with #D41539

Text Example


Text Example

White with #D41539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41539; }

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

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

background-color css

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

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

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

border-color css

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

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

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