Html Css Color HEX #D10E3E Crimson

📋 copy color: '#D10E3E'

red 209 ◦ green 14 ◦ blue 62

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

Shades of Crimson #D10E3E

Tints of Crimson #D10E3E

RGB

 RED value IS 209 (82.03% from 255) = 73.33%

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

 BLUE value IS 62 (24.61% from 255) = 21.75%

R = 73.33%
G = 4.91%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D10E3E (or 0xD10E3E) is known color: Crimson. HEX triplet: D1, 0E and 3E. RGB value is (209,14,62). Sum of RGB (Red+Green+Blue) = 209+14+62=285 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.33% from 285); Green value is 14 (5.86% from 255 or 4.91% from 285); Blue value is 62 (24.61% from 255 or 21.75% from 285); Max value from RGB is 209 - color contains mainly: red. Hex color #D10E3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10E3E is #2EF1C1. Grayscale: #4D4D4D. Windows color (decimal): -3076546 or 4067025. OLE color: 4067025.

HSL color Cylindrical-coordinate representation of color #D10E3E: hue angle of 345.23º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D10E3E is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 14 62 -
CMYK 0 0.93 0.70 0.18
HSL 345.23º 0.87% 0.44% -
HSV(B) 345.23º 0.93% 0.82% -
XYZ 27.32 14.22 5.86 -
YUV 77.78 119.1 221.6 -
System Red Green Blue C M Y K H S L
Decimal 209 14 62 0 0.93 0.70 0.18 345.23 0.87 0.44
Hex D1 E 3E 0 5D 46 12 159 57 2C
Octal 321 16 76 0 135 106 22 531 127 54
Binary 11010001 1110 111110 0 1011101 1000110 10010 101011001 1010111 101100

Color Harmonies of #D10E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10E3E

Black with #D10E3E

Text Example


Text Example

White with #D10E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10E3E; }

 p { color: rgb(209,14,62); }

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

background-color css

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

 a { background-color: rgb(209,14,62); }

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

border-color css

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

 span { border-color: rgb(209,14,62); }

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