Html Css Color HEX #D40D31 Crimson

📋 copy color: '#D40D31'

red 212 ◦ green 13 ◦ blue 49

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

Shades of Crimson #D40D31

Tints of Crimson #D40D31

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.74%

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

R = 77.37%
G = 4.74%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#D40D31 (or 0xD40D31) is known color: Crimson. HEX triplet: D4, 0D and 31. RGB value is (212,13,49). Sum of RGB (Red+Green+Blue) = 212+13+49=274 (36% of max value = 765). Red value is 212 (83.20% from 255 or 77.37% from 274); Green value is 13 (5.47% from 255 or 4.74% from 274); Blue value is 49 (19.53% from 255 or 17.88% from 274); Max value from RGB is 212 - color contains mainly: red. Hex color #D40D31 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40D31 is #2BF2CE. Grayscale: #4C4C4C. Windows color (decimal): -2880207 or 3214804. OLE color: 3214804.

HSL color Cylindrical-coordinate representation of color #D40D31: hue angle of 349.15º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D40D31 is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 13 49 -
CMYK 0 0.94 0.77 0.17
HSL 349.15º 0.88% 0.44% -
HSV(B) 349.15º 0.94% 0.83% -
XYZ 27.85 14.51 4.24 -
YUV 76.61 112.43 224.57 -
System Red Green Blue C M Y K H S L
Decimal 212 13 49 0 0.94 0.77 0.17 349.15 0.88 0.44
Hex D4 D 31 0 5E 4D 11 15D 58 2C
Octal 324 15 61 0 136 115 21 535 130 54
Binary 11010100 1101 110001 0 1011110 1001101 10001 101011101 1011000 101100

Color Harmonies of #D40D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40D31

Black with #D40D31

Text Example


Text Example

White with #D40D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40D31; }

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

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

background-color css

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

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

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

border-color css

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

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

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