Html Css Color HEX #D10948 Crimson

📋 copy color: '#D10948'

red 209 ◦ green 9 ◦ blue 72

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

Shades of Crimson #D10948

Tints of Crimson #D10948

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.1%

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

R = 72.07%
G = 3.1%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D10948 (or 0xD10948) is known color: Crimson. HEX triplet: D1, 09 and 48. RGB value is (209,9,72). Sum of RGB (Red+Green+Blue) = 209+9+72=290 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.07% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 72 (28.52% from 255 or 24.83% from 290); Max value from RGB is 209 - color contains mainly: red. Hex color #D10948 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10948 is #2EF6B7. Grayscale: #4B4B4B. Windows color (decimal): -3077816 or 4721105. OLE color: 4721105.

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

Color convert

RGB 209 9 72 -
CMYK 0 0.96 0.66 0.18
HSL 341.1º 0.92% 0.43% -
HSV(B) 341.1º 0.96% 0.82% -
XYZ 27.56 14.22 7.42 -
YUV 75.98 125.76 222.88 -
System Red Green Blue C M Y K H S L
Decimal 209 9 72 0 0.96 0.66 0.18 341.1 0.92 0.43
Hex D1 9 48 0 60 42 12 155 5C 2B
Octal 321 11 110 0 140 102 22 525 134 53
Binary 11010001 1001 1001000 0 1100000 1000010 10010 101010101 1011100 101011

Color Harmonies of #D10948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10948

Black with #D10948

Text Example


Text Example

White with #D10948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10948; }

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

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

background-color css

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

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

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

border-color css

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

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

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