Html Css Color HEX #D40E3D Crimson

📋 copy color: '#D40E3D'

red 212 ◦ green 14 ◦ blue 61

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

Shades of Crimson #D40E3D

Tints of Crimson #D40E3D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.88%

 BLUE value IS 61 (24.22% from 255) = 21.25%

R = 73.87%
G = 4.88%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#D40E3D (or 0xD40E3D) is known color: Crimson. HEX triplet: D4, 0E and 3D. RGB value is (212,14,61). Sum of RGB (Red+Green+Blue) = 212+14+61=287 (38% of max value = 765). Red value is 212 (83.20% from 255 or 73.87% from 287); Green value is 14 (5.86% from 255 or 4.88% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 212 - color contains mainly: red. Hex color #D40E3D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40E3D is #2BF1C2. Grayscale: #4E4E4E. Windows color (decimal): -2879939 or 4001492. OLE color: 4001492.

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

Color convert

RGB 212 14 61 -
CMYK 0 0.93 0.71 0.17
HSL 345.76º 0.88% 0.44% -
HSV(B) 345.76º 0.93% 0.83% -
XYZ 28.15 14.65 5.76 -
YUV 78.56 118.1 223.18 -
System Red Green Blue C M Y K H S L
Decimal 212 14 61 0 0.93 0.71 0.17 345.76 0.88 0.44
Hex D4 E 3D 0 5D 47 11 15A 58 2C
Octal 324 16 75 0 135 107 21 532 130 54
Binary 11010100 1110 111101 0 1011101 1000111 10001 101011010 1011000 101100

Color Harmonies of #D40E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40E3D

Black with #D40E3D

Text Example


Text Example

White with #D40E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40E3D; }

 p { color: rgb(212,14,61); }

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

background-color css

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

 a { background-color: rgb(212,14,61); }

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

border-color css

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

 span { border-color: rgb(212,14,61); }

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