Html Css Color HEX #D10F4B Crimson

📋 copy color: '#D10F4B'

red 209 ◦ green 15 ◦ blue 75

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

Shades of Crimson #D10F4B

Tints of Crimson #D10F4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.08%

R = 69.9%
G = 5.02%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D10F4B (or 0xD10F4B) is known color: 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

RGB 209 15 75 -
CMYK 0 0.93 0.64 0.18
HSL 341.44º 0.87% 0.44% -
HSV(B) 341.44º 0.93% 0.82% -
XYZ 27.74 14.4 7.98 -
YUV 79.85 125.27 220.12 -
System Red Green Blue C M Y K H S L
Decimal 209 15 75 0 0.93 0.64 0.18 341.44 0.87 0.44
Hex D1 F 4B 0 5D 40 12 155 57 2C
Octal 321 17 113 0 135 100 22 525 127 54
Binary 11010001 1111 1001011 0 1011101 1000000 10010 101010101 1010111 101100

Color Harmonies of #D10F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10F4B

Black with #D10F4B

Text Example


Text Example

White with #D10F4B

Text Example


Text Example

HTML Codes & Css Web 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>