Html Css Color HEX #D10246 Crimson

📋 copy color: '#D10246'

red 209 ◦ green 2 ◦ blue 70

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

Shades of Crimson #D10246

Tints of Crimson #D10246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 24.91%

R = 74.38%
G = 0.71%
B = 24.91%

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

#D10246 (or 0xD10246) is known color: Crimson. HEX triplet: D1, 02 and 46. RGB value is (209,2,70). Sum of RGB (Red+Green+Blue) = 209+2+70=281 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.38% from 281); Green value is 2 (1.17% from 255 or 0.71% from 281); Blue value is 70 (27.73% from 255 or 24.91% from 281); Max value from RGB is 209 - color contains mainly: red. Hex color #D10246 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10246 is #2EFDB9. Grayscale: #474747. Windows color (decimal): -3079610 or 4588241. OLE color: 4588241.

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

Color convert

RGB 209 2 70 -
CMYK 0 0.99 0.67 0.18
HSL 340.29º 0.98% 0.41% -
HSV(B) 340.29º 0.99% 0.82% -
XYZ 27.42 14.04 7.06 -
YUV 71.65 127.08 225.97 -
System Red Green Blue C M Y K H S L
Decimal 209 2 70 0 0.99 0.67 0.18 340.29 0.98 0.41
Hex D1 2 46 0 63 43 12 154 62 29
Octal 321 2 106 0 143 103 22 524 142 51
Binary 11010001 10 1000110 0 1100011 1000011 10010 101010100 1100010 101001

Color Harmonies of #D10246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10246

Black with #D10246

Text Example


Text Example

White with #D10246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10246; }

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

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

background-color css

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

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

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

border-color css

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

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

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