Html Css Color HEX #D10037 Crimson

📋 copy color: '#D10037'

red 209 ◦ green 0 ◦ blue 55

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

Shades of Crimson #D10037

Tints of Crimson #D10037

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 79.17%
G = 0%
B = 20.83%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D10037 (or 0xD10037) is known color: Crimson. HEX triplet: D1, 00 and 37. RGB value is (209,0,55). Sum of RGB (Red+Green+Blue) = 209+0+55=264 (34% of max value = 765). Red value is 209 (82.03% from 255 or 79.17% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 55 (21.88% from 255 or 20.83% from 264); Max value from RGB is 209 - color contains mainly: red. Hex color #D10037 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10037 is #2EFFC8. Grayscale: #444444. Windows color (decimal): -3080137 or 3604689. OLE color: 3604689.

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

Color convert

RGB 209 0 55 -
CMYK 0 1 0.74 0.18
HSL 344.21º 1% 0.41% -
HSV(B) 344.21º 1% 0.82% -
XYZ 26.98 13.83 4.86 -
YUV 68.76 120.24 228.03 -
System Red Green Blue C M Y K H S L
Decimal 209 0 55 0 1 0.74 0.18 344.21 1 0.41
Hex D1 0 37 0 64 4A 12 158 64 29
Octal 321 0 67 0 144 112 22 530 144 51
Binary 11010001 0 110111 0 1100100 1001010 10010 101011000 1100100 101001

Color Harmonies of #D10037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10037

Black with #D10037

Text Example


Text Example

White with #D10037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10037; }

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

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

background-color css

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

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

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

border-color css

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

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

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