Html Css Color HEX #D40D3F Crimson

📋 copy color: '#D40D3F'

red 212 ◦ green 13 ◦ blue 63

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

Shades of Crimson #D40D3F

Tints of Crimson #D40D3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.88%

R = 73.61%
G = 4.51%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#D40D3F (or 0xD40D3F) is known color: Crimson. HEX triplet: D4, 0D and 3F. RGB value is (212,13,63). Sum of RGB (Red+Green+Blue) = 212+13+63=288 (38% of max value = 765). Red value is 212 (83.20% from 255 or 73.61% from 288); Green value is 13 (5.47% from 255 or 4.51% from 288); Blue value is 63 (25% from 255 or 21.88% from 288); Max value from RGB is 212 - color contains mainly: red. Hex color #D40D3F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40D3F is #2BF2C0. Grayscale: #4E4E4E. Windows color (decimal): -2880193 or 4132308. OLE color: 4132308.

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

Color convert

RGB 212 13 63 -
CMYK 0 0.94 0.70 0.17
HSL 344.92º 0.88% 0.44% -
HSV(B) 344.92º 0.94% 0.83% -
XYZ 28.19 14.64 6.04 -
YUV 78.2 119.43 223.43 -
System Red Green Blue C M Y K H S L
Decimal 212 13 63 0 0.94 0.70 0.17 344.92 0.88 0.44
Hex D4 D 3F 0 5E 46 11 159 58 2C
Octal 324 15 77 0 136 106 21 531 130 54
Binary 11010100 1101 111111 0 1011110 1000110 10001 101011001 1011000 101100

Color Harmonies of #D40D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40D3F

Black with #D40D3F

Text Example


Text Example

White with #D40D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40D3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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