Html Css Color HEX #D10239 Crimson

📋 copy color: '#D10239'

red 209 ◦ green 2 ◦ blue 57

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

Shades of Crimson #D10239

Tints of Crimson #D10239

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.75%

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

R = 77.99%
G = 0.75%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D10239 (or 0xD10239) is known color: Crimson. HEX triplet: D1, 02 and 39. RGB value is (209,2,57). Sum of RGB (Red+Green+Blue) = 209+2+57=268 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.99% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 57 (22.66% from 255 or 21.27% from 268); Max value from RGB is 209 - color contains mainly: red. Hex color #D10239 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10239 is #2EFDC6. Grayscale: #464646. Windows color (decimal): -3079623 or 3736273. OLE color: 3736273.

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

Color convert

RGB 209 2 57 -
CMYK 0 0.99 0.73 0.18
HSL 344.06º 0.98% 0.41% -
HSV(B) 344.06º 0.99% 0.82% -
XYZ 27.05 13.89 5.13 -
YUV 70.16 120.58 227.03 -
System Red Green Blue C M Y K H S L
Decimal 209 2 57 0 0.99 0.73 0.18 344.06 0.98 0.41
Hex D1 2 39 0 63 49 12 158 62 29
Octal 321 2 71 0 143 111 22 530 142 51
Binary 11010001 10 111001 0 1100011 1001001 10010 101011000 1100010 101001

Color Harmonies of #D10239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10239

Black with #D10239

Text Example


Text Example

White with #D10239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10239; }

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

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

background-color css

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

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

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

border-color css

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

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

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