Html Css Color HEX #D10F41 Crimson

📋 copy color: '#D10F41'

red 209 ◦ green 15 ◦ blue 65

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

Shades of Crimson #D10F41

Tints of Crimson #D10F41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.49%

R = 72.32%
G = 5.19%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D10F41 (or 0xD10F41) is known color: Crimson. HEX triplet: D1, 0F and 41. RGB value is (209,15,65). Sum of RGB (Red+Green+Blue) = 209+15+65=289 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.32% from 289); Green value is 15 (6.25% from 255 or 5.19% from 289); Blue value is 65 (25.78% from 255 or 22.49% from 289); Max value from RGB is 209 - color contains mainly: red. Hex color #D10F41 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10F41 is #2EF0BE. Grayscale: #4E4E4E. Windows color (decimal): -3076287 or 4263889. OLE color: 4263889.

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

Color convert

RGB 209 15 65 -
CMYK 0 0.93 0.69 0.18
HSL 344.54º 0.87% 0.44% -
HSV(B) 344.54º 0.93% 0.82% -
XYZ 27.42 14.28 6.31 -
YUV 78.71 120.27 220.93 -
System Red Green Blue C M Y K H S L
Decimal 209 15 65 0 0.93 0.69 0.18 344.54 0.87 0.44
Hex D1 F 41 0 5D 45 12 159 57 2C
Octal 321 17 101 0 135 105 22 531 127 54
Binary 11010001 1111 1000001 0 1011101 1000101 10010 101011001 1010111 101100

Color Harmonies of #D10F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10F41

Black with #D10F41

Text Example


Text Example

White with #D10F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10F41; }

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

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

background-color css

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

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

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

border-color css

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

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

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