Html Css Color HEX #D10244 Crimson

📋 copy color: '#D10244'

red 209 ◦ green 2 ◦ blue 68

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

Shades of Crimson #D10244

Tints of Crimson #D10244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 24.37%

R = 74.91%
G = 0.72%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D10244 (or 0xD10244) is known color: Crimson. HEX triplet: D1, 02 and 44. RGB value is (209,2,68). Sum of RGB (Red+Green+Blue) = 209+2+68=279 (36% of max value = 765). Red value is 209 (82.03% from 255 or 74.91% from 279); Green value is 2 (1.17% from 255 or 0.72% from 279); Blue value is 68 (26.95% from 255 or 24.37% from 279); Max value from RGB is 209 - color contains mainly: red. Hex color #D10244 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10244 is #2EFDBB. Grayscale: #474747. Windows color (decimal): -3079612 or 4457169. OLE color: 4457169.

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

Color convert

RGB 209 2 68 -
CMYK 0 0.99 0.67 0.18
HSL 340.87º 0.98% 0.41% -
HSV(B) 340.87º 0.99% 0.82% -
XYZ 27.36 14.02 6.73 -
YUV 71.42 126.08 226.13 -
System Red Green Blue C M Y K H S L
Decimal 209 2 68 0 0.99 0.67 0.18 340.87 0.98 0.41
Hex D1 2 44 0 63 43 12 155 62 29
Octal 321 2 104 0 143 103 22 525 142 51
Binary 11010001 10 1000100 0 1100011 1000011 10010 101010101 1100010 101001

Color Harmonies of #D10244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10244

Black with #D10244

Text Example


Text Example

White with #D10244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10244; }

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

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

background-color css

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

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

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

border-color css

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

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

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