Html Css Color HEX #D40D3C Crimson

📋 copy color: '#D40D3C'

red 212 ◦ green 13 ◦ blue 60

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

Shades of Crimson #D40D3C

Tints of Crimson #D40D3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.05%

R = 74.39%
G = 4.56%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#D40D3C (or 0xD40D3C) is known color: Crimson. HEX triplet: D4, 0D and 3C. RGB value is (212,13,60). Sum of RGB (Red+Green+Blue) = 212+13+60=285 (37% of max value = 765). Red value is 212 (83.20% from 255 or 74.39% from 285); Green value is 13 (5.47% from 255 or 4.56% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 212 - color contains mainly: red. Hex color #D40D3C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40D3C is #2BF2C3. Grayscale: #4D4D4D. Windows color (decimal): -2880196 or 3935700. OLE color: 3935700.

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

Color convert

RGB 212 13 60 -
CMYK 0 0.94 0.72 0.17
HSL 345.83º 0.88% 0.44% -
HSV(B) 345.83º 0.94% 0.83% -
XYZ 28.11 14.61 5.61 -
YUV 77.86 117.93 223.68 -
System Red Green Blue C M Y K H S L
Decimal 212 13 60 0 0.94 0.72 0.17 345.83 0.88 0.44
Hex D4 D 3C 0 5E 48 11 15A 58 2C
Octal 324 15 74 0 136 110 21 532 130 54
Binary 11010100 1101 111100 0 1011110 1001000 10001 101011010 1011000 101100

Color Harmonies of #D40D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40D3C

Black with #D40D3C

Text Example


Text Example

White with #D40D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40D3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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