Html Css Color HEX #D10E35 Crimson

📋 copy color: '#D10E35'

red 209 ◦ green 14 ◦ blue 53

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

Shades of Crimson #D10E35

Tints of Crimson #D10E35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 19.2%

R = 75.72%
G = 5.07%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D10E35 (or 0xD10E35) is known color: Crimson. HEX triplet: D1, 0E and 35. RGB value is (209,14,53). Sum of RGB (Red+Green+Blue) = 209+14+53=276 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.72% from 276); Green value is 14 (5.86% from 255 or 5.07% from 276); Blue value is 53 (21.09% from 255 or 19.20% from 276); Max value from RGB is 209 - color contains mainly: red. Hex color #D10E35 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10E35 is #2EF1CA. Grayscale: #4C4C4C. Windows color (decimal): -3076555 or 3477201. OLE color: 3477201.

HSL color Cylindrical-coordinate representation of color #D10E35: hue angle of 348º 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 #D10E35 is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 14 53 -
CMYK 0 0.93 0.75 0.18
HSL 348º 0.87% 0.44% -
HSV(B) 348º 0.93% 0.82% -
XYZ 27.09 14.13 4.67 -
YUV 76.75 114.6 222.33 -
System Red Green Blue C M Y K H S L
Decimal 209 14 53 0 0.93 0.75 0.18 348 0.87 0.44
Hex D1 E 35 0 5D 4B 12 15C 57 2C
Octal 321 16 65 0 135 113 22 534 127 54
Binary 11010001 1110 110101 0 1011101 1001011 10010 101011100 1010111 101100

Color Harmonies of #D10E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10E35

Black with #D10E35

Text Example


Text Example

White with #D10E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10E35; }

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

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

background-color css

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

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

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

border-color css

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

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

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