Html Css Color HEX #D10F48 Crimson

📋 copy color: '#D10F48'

red 209 ◦ green 15 ◦ blue 72

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

Shades of Crimson #D10F48

Tints of Crimson #D10F48

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.07%

 BLUE value IS 72 (28.52% from 255) = 24.32%

R = 70.61%
G = 5.07%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D10F48 (or 0xD10F48) is known color: Crimson. HEX triplet: D1, 0F and 48. RGB value is (209,15,72). Sum of RGB (Red+Green+Blue) = 209+15+72=296 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.61% from 296); Green value is 15 (6.25% from 255 or 5.07% from 296); Blue value is 72 (28.52% from 255 or 24.32% from 296); Max value from RGB is 209 - color contains mainly: red. Hex color #D10F48 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10F48 is #2EF0B7. Grayscale: #4F4F4F. Windows color (decimal): -3076280 or 4722641. OLE color: 4722641.

HSL color Cylindrical-coordinate representation of color #D10F48: hue angle of 342.37º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D10F48 is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 15 72 -
CMYK 0 0.93 0.66 0.18
HSL 342.37º 0.87% 0.44% -
HSV(B) 342.37º 0.93% 0.82% -
XYZ 27.64 14.36 7.45 -
YUV 79.5 123.77 220.37 -
System Red Green Blue C M Y K H S L
Decimal 209 15 72 0 0.93 0.66 0.18 342.37 0.87 0.44
Hex D1 F 48 0 5D 42 12 156 57 2C
Octal 321 17 110 0 135 102 22 526 127 54
Binary 11010001 1111 1001000 0 1011101 1000010 10010 101010110 1010111 101100

Color Harmonies of #D10F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10F48

Black with #D10F48

Text Example


Text Example

White with #D10F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10F48; }

 p { color: rgb(209,15,72); }

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

background-color css

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

 a { background-color: rgb(209,15,72); }

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

border-color css

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

 span { border-color: rgb(209,15,72); }

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