#d10f4b

Color #D10F4B Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crimson #D10F4B

Tints of Crimson #D10F4B

Color information

#D10F4B (or 0xD10F4B) is unknown color: approx Crimson. HEX triplet: D1, 0F and 4B. RGB value is (209,15,75). Sum of RGB (Red+Green+Blue) = 209+15+75=299 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.90% from 299); Green value is 15 (6.25% from 255 or 5.02% from 299); Blue value is 75 (29.69% from 255 or 25.08% from 299); Max value from RGB is 209 - color contains mainly: red. Hex color #D10F4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10F4B is #2EF0B4. Grayscale: #4F4F4F. Windows color (decimal): -3076277 or 4919249. OLE color: 4919249.

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

Color convert

RGB2091575-
CMYK00.930.640.18
HSL341.44º86.61%43.92%-
HSV(B)341.44º92.82%81.96%-
XYZ27.7414.47.98-
YUV79.85125.27220.12-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 69.90%
GREEN value IS 15 (6.25% from 255) = 5.02%
BLUE value IS 75 (29.69% from 255) = 25.08%
R=69.90%
G=5.02%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209157500.930.640.18341.4486.6143.92
HexD1F4B05D4012155572c
Octal3211711301351002252512754
Binary1101000111111001011010111011000000100101010101011010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d10f4b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d10f4b; }

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

 H1.HeaderClassName
 {
   color: #d10f4b;
 }
 .AnyTagClassName
 {
   color: #d10f4b;
 }
</style>
background-color css

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

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

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

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

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

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