Html Css Color HEX #D10936 Crimson

📋 copy color: '#D10936'

red 209 ◦ green 9 ◦ blue 54

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

Shades of Crimson #D10936

Tints of Crimson #D10936

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.31%

 BLUE value IS 54 (21.48% from 255) = 19.85%

R = 76.84%
G = 3.31%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D10936 (or 0xD10936) is known color: Crimson. HEX triplet: D1, 09 and 36. RGB value is (209,9,54). Sum of RGB (Red+Green+Blue) = 209+9+54=272 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.84% from 272); Green value is 9 (3.91% from 255 or 3.31% from 272); Blue value is 54 (21.48% from 255 or 19.85% from 272); Max value from RGB is 209 - color contains mainly: red. Hex color #D10936 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10936 is #2EF6C9. Grayscale: #494949. Windows color (decimal): -3077834 or 3541457. OLE color: 3541457.

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

Color convert

RGB 209 9 54 -
CMYK 0 0.96 0.74 0.18
HSL 346.5º 0.92% 0.43% -
HSV(B) 346.5º 0.96% 0.82% -
XYZ 27.06 14.02 4.77 -
YUV 73.93 116.76 224.34 -
System Red Green Blue C M Y K H S L
Decimal 209 9 54 0 0.96 0.74 0.18 346.5 0.92 0.43
Hex D1 9 36 0 60 4A 12 15A 5C 2B
Octal 321 11 66 0 140 112 22 532 134 53
Binary 11010001 1001 110110 0 1100000 1001010 10010 101011010 1011100 101011

Color Harmonies of #D10936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10936

Black with #D10936

Text Example


Text Example

White with #D10936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10936; }

 p { color: rgb(209,9,54); }

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

background-color css

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

 a { background-color: rgb(209,9,54); }

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

border-color css

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

 span { border-color: rgb(209,9,54); }

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