Html Css Color HEX #D10934 Crimson

📋 copy color: '#D10934'

red 209 ◦ green 9 ◦ blue 52

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

Shades of Crimson #D10934

Tints of Crimson #D10934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.26%

R = 77.41%
G = 3.33%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D10934 (or 0xD10934) is known color: Crimson. HEX triplet: D1, 09 and 34. RGB value is (209,9,52). Sum of RGB (Red+Green+Blue) = 209+9+52=270 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.41% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 52 (20.70% from 255 or 19.26% from 270); Max value from RGB is 209 - color contains mainly: red. Hex color #D10934 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10934 is #2EF6CB. Grayscale: #494949. Windows color (decimal): -3077836 or 3410385. OLE color: 3410385.

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

Color convert

RGB 209 9 52 -
CMYK 0 0.96 0.75 0.18
HSL 347.1º 0.92% 0.43% -
HSV(B) 347.1º 0.96% 0.82% -
XYZ 27.01 14 4.53 -
YUV 73.7 115.76 224.5 -
System Red Green Blue C M Y K H S L
Decimal 209 9 52 0 0.96 0.75 0.18 347.1 0.92 0.43
Hex D1 9 34 0 60 4B 12 15B 5C 2B
Octal 321 11 64 0 140 113 22 533 134 53
Binary 11010001 1001 110100 0 1100000 1001011 10010 101011011 1011100 101011

Color Harmonies of #D10934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10934

Black with #D10934

Text Example


Text Example

White with #D10934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10934; }

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

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

background-color css

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

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

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

border-color css

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

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

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