Html Css Color HEX #D10336 Crimson

📋 copy color: '#D10336'

red 209 ◦ green 3 ◦ blue 54

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

Shades of Crimson #D10336

Tints of Crimson #D10336

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.13%

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

R = 78.57%
G = 1.13%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D10336 (or 0xD10336) is known color: Crimson. HEX triplet: D1, 03 and 36. RGB value is (209,3,54). Sum of RGB (Red+Green+Blue) = 209+3+54=266 (35% of max value = 765). Red value is 209 (82.03% from 255 or 78.57% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 54 (21.48% from 255 or 20.30% from 266); Max value from RGB is 209 - color contains mainly: red. Hex color #D10336 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10336 is #2EFCC9. Grayscale: #464646. Windows color (decimal): -3079370 or 3539921. OLE color: 3539921.

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

Color convert

RGB 209 3 54 -
CMYK 0 0.99 0.74 0.18
HSL 345.15º 0.97% 0.42% -
HSV(B) 345.15º 0.99% 0.82% -
XYZ 26.99 13.89 4.75 -
YUV 70.41 118.75 226.85 -
System Red Green Blue C M Y K H S L
Decimal 209 3 54 0 0.99 0.74 0.18 345.15 0.97 0.42
Hex D1 3 36 0 63 4A 12 159 61 2A
Octal 321 3 66 0 143 112 22 531 141 52
Binary 11010001 11 110110 0 1100011 1001010 10010 101011001 1100001 101010

Color Harmonies of #D10336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10336

Black with #D10336

Text Example


Text Example

White with #D10336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10336; }

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

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

background-color css

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

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

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

border-color css

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

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

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