Html Css Color HEX #D10745 Crimson

📋 copy color: '#D10745'

red 209 ◦ green 7 ◦ blue 69

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

Shades of Crimson #D10745

Tints of Crimson #D10745

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.46%

 BLUE value IS 69 (27.34% from 255) = 24.21%

R = 73.33%
G = 2.46%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D10745 (or 0xD10745) is known color: Crimson. HEX triplet: D1, 07 and 45. RGB value is (209,7,69). Sum of RGB (Red+Green+Blue) = 209+7+69=285 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.33% from 285); Green value is 7 (3.12% from 255 or 2.46% from 285); Blue value is 69 (27.34% from 255 or 24.21% from 285); Max value from RGB is 209 - color contains mainly: red. Hex color #D10745 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10745 is #2EF8BA. Grayscale: #4A4A4A. Windows color (decimal): -3078331 or 4523985. OLE color: 4523985.

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

Color convert

RGB 209 7 69 -
CMYK 0 0.97 0.67 0.18
HSL 341.58º 0.94% 0.42% -
HSV(B) 341.58º 0.97% 0.82% -
XYZ 27.44 14.14 6.91 -
YUV 74.47 124.92 223.96 -
System Red Green Blue C M Y K H S L
Decimal 209 7 69 0 0.97 0.67 0.18 341.58 0.94 0.42
Hex D1 7 45 0 61 43 12 156 5E 2A
Octal 321 7 105 0 141 103 22 526 136 52
Binary 11010001 111 1000101 0 1100001 1000011 10010 101010110 1011110 101010

Color Harmonies of #D10745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10745

Black with #D10745

Text Example


Text Example

White with #D10745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10745; }

 p { color: rgb(209,7,69); }

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

background-color css

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

 a { background-color: rgb(209,7,69); }

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

border-color css

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

 span { border-color: rgb(209,7,69); }

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