Html Css Color HEX #D10E4B Crimson

📋 copy color: '#D10E4B'

red 209 ◦ green 14 ◦ blue 75

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

Shades of Crimson #D10E4B

Tints of Crimson #D10E4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.17%

R = 70.13%
G = 4.7%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D10E4B (or 0xD10E4B) is known color: Crimson. HEX triplet: D1, 0E and 4B. RGB value is (209,14,75). Sum of RGB (Red+Green+Blue) = 209+14+75=298 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.13% from 298); Green value is 14 (5.86% from 255 or 4.70% from 298); Blue value is 75 (29.69% from 255 or 25.17% from 298); Max value from RGB is 209 - color contains mainly: red. Hex color #D10E4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10E4B is #2EF1B4. Grayscale: #4F4F4F. Windows color (decimal): -3076533 or 4918993. OLE color: 4918993.

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

Color convert

RGB 209 14 75 -
CMYK 0 0.93 0.64 0.18
HSL 341.23º 0.87% 0.44% -
HSV(B) 341.23º 0.93% 0.82% -
XYZ 27.72 14.38 7.97 -
YUV 79.26 125.6 220.54 -
System Red Green Blue C M Y K H S L
Decimal 209 14 75 0 0.93 0.64 0.18 341.23 0.87 0.44
Hex D1 E 4B 0 5D 40 12 155 57 2C
Octal 321 16 113 0 135 100 22 525 127 54
Binary 11010001 1110 1001011 0 1011101 1000000 10010 101010101 1010111 101100

Color Harmonies of #D10E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10E4B

Black with #D10E4B

Text Example


Text Example

White with #D10E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10E4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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