Html Css Color HEX #D10139 Crimson

📋 copy color: '#D10139'

red 209 ◦ green 1 ◦ blue 57

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

Shades of Crimson #D10139

Tints of Crimson #D10139

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

 BLUE value IS 57 (22.66% from 255) = 21.35%

R = 78.28%
G = 0.37%
B = 21.35%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D10139 (or 0xD10139) is known color: Crimson. HEX triplet: D1, 01 and 39. RGB value is (209,1,57). Sum of RGB (Red+Green+Blue) = 209+1+57=267 (35% of max value = 765). Red value is 209 (82.03% from 255 or 78.28% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 57 (22.66% from 255 or 21.35% from 267); Max value from RGB is 209 - color contains mainly: red. Hex color #D10139 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10139 is #2EFEC6. Grayscale: #454545. Windows color (decimal): -3079879 or 3736017. OLE color: 3736017.

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

Color convert

RGB 209 1 57 -
CMYK 0 1.00 0.73 0.18
HSL 343.85º 0.99% 0.41% -
HSV(B) 343.85º 1% 0.82% -
XYZ 27.04 13.87 5.12 -
YUV 69.58 120.91 227.45 -
System Red Green Blue C M Y K H S L
Decimal 209 1 57 0 1.00 0.73 0.18 343.85 0.99 0.41
Hex D1 1 39 0 64 49 12 158 63 29
Octal 321 1 71 0 144 111 22 530 143 51
Binary 11010001 1 111001 0 1100100 1001001 10010 101011000 1100011 101001

Color Harmonies of #D10139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10139

Black with #D10139

Text Example


Text Example

White with #D10139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10139; }

 p { color: rgb(209,1,57); }

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

background-color css

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

 a { background-color: rgb(209,1,57); }

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

border-color css

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

 span { border-color: rgb(209,1,57); }

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