Html Css Color HEX #D41531 Crimson

📋 copy color: '#D41531'

red 212 ◦ green 21 ◦ blue 49

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

Shades of Crimson #D41531

Tints of Crimson #D41531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.38%

R = 75.18%
G = 7.45%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#D41531 (or 0xD41531) is known color: Crimson. HEX triplet: D4, 15 and 31. RGB value is (212,21,49). Sum of RGB (Red+Green+Blue) = 212+21+49=282 (37% of max value = 765). Red value is 212 (83.20% from 255 or 75.18% from 282); Green value is 21 (8.59% from 255 or 7.45% from 282); Blue value is 49 (19.53% from 255 or 17.38% from 282); Max value from RGB is 212 - color contains mainly: red. Hex color #D41531 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41531 is #2BEACE. Grayscale: #515151. Windows color (decimal): -2878159 or 3216852. OLE color: 3216852.

HSL color Cylindrical-coordinate representation of color #D41531: hue angle of 351.2º 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 #D41531 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 21 49 -
CMYK 0 0.90 0.77 0.17
HSL 351.2º 0.82% 0.46% -
HSV(B) 351.2º 0.9% 0.83% -
XYZ 27.97 14.76 4.28 -
YUV 81.3 109.78 221.22 -
System Red Green Blue C M Y K H S L
Decimal 212 21 49 0 0.90 0.77 0.17 351.2 0.82 0.46
Hex D4 15 31 0 5A 4D 11 15F 52 2E
Octal 324 25 61 0 132 115 21 537 122 56
Binary 11010100 10101 110001 0 1011010 1001101 10001 101011111 1010010 101110

Color Harmonies of #D41531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41531

Black with #D41531

Text Example


Text Example

White with #D41531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41531; }

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

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

background-color css

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

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

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

border-color css

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

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

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