Html Css Color HEX #D10D37 Crimson

📋 copy color: '#D10D37'

red 209 ◦ green 13 ◦ blue 55

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

Shades of Crimson #D10D37

Tints of Crimson #D10D37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 19.86%

R = 75.45%
G = 4.69%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D10D37 (or 0xD10D37) is known color: Crimson. HEX triplet: D1, 0D and 37. RGB value is (209,13,55). Sum of RGB (Red+Green+Blue) = 209+13+55=277 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.45% from 277); Green value is 13 (5.47% from 255 or 4.69% from 277); Blue value is 55 (21.88% from 255 or 19.86% from 277); Max value from RGB is 209 - color contains mainly: red. Hex color #D10D37 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10D37 is #2EF2C8. Grayscale: #4C4C4C. Windows color (decimal): -3076809 or 3608017. OLE color: 3608017.

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

Color convert

RGB 209 13 55 -
CMYK 0 0.94 0.74 0.18
HSL 347.14º 0.88% 0.44% -
HSV(B) 347.14º 0.94% 0.82% -
XYZ 27.13 14.12 4.91 -
YUV 76.39 115.93 222.58 -
System Red Green Blue C M Y K H S L
Decimal 209 13 55 0 0.94 0.74 0.18 347.14 0.88 0.44
Hex D1 D 37 0 5E 4A 12 15B 58 2C
Octal 321 15 67 0 136 112 22 533 130 54
Binary 11010001 1101 110111 0 1011110 1001010 10010 101011011 1011000 101100

Color Harmonies of #D10D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10D37

Black with #D10D37

Text Example


Text Example

White with #D10D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10D37; }

 p { color: rgb(209,13,55); }

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

background-color css

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

 a { background-color: rgb(209,13,55); }

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

border-color css

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

 span { border-color: rgb(209,13,55); }

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