Html Css Color HEX #D10544 Crimson

📋 copy color: '#D10544'

red 209 ◦ green 5 ◦ blue 68

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

Shades of Crimson #D10544

Tints of Crimson #D10544

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.77%

 BLUE value IS 68 (26.95% from 255) = 24.11%

R = 74.11%
G = 1.77%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D10544 (or 0xD10544) is known color: Crimson. HEX triplet: D1, 05 and 44. RGB value is (209,5,68). Sum of RGB (Red+Green+Blue) = 209+5+68=282 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.11% from 282); Green value is 5 (2.34% from 255 or 1.77% from 282); Blue value is 68 (26.95% from 255 or 24.11% from 282); Max value from RGB is 209 - color contains mainly: red. Hex color #D10544 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10544 is #2EFABB. Grayscale: #494949. Windows color (decimal): -3078844 or 4457937. OLE color: 4457937.

HSL color Cylindrical-coordinate representation of color #D10544: hue angle of 341.47º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D10544 is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 5 68 -
CMYK 0 0.98 0.67 0.18
HSL 341.47º 0.95% 0.42% -
HSV(B) 341.47º 0.98% 0.82% -
XYZ 27.39 14.08 6.74 -
YUV 73.18 125.09 224.88 -
System Red Green Blue C M Y K H S L
Decimal 209 5 68 0 0.98 0.67 0.18 341.47 0.95 0.42
Hex D1 5 44 0 62 43 12 155 5F 2A
Octal 321 5 104 0 142 103 22 525 137 52
Binary 11010001 101 1000100 0 1100010 1000011 10010 101010101 1011111 101010

Color Harmonies of #D10544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10544

Black with #D10544

Text Example


Text Example

White with #D10544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10544; }

 p { color: rgb(209,5,68); }

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

background-color css

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

 a { background-color: rgb(209,5,68); }

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

border-color css

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

 span { border-color: rgb(209,5,68); }

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