Html Css Color HEX #D10340 Crimson

📋 copy color: '#D10340'

red 209 ◦ green 3 ◦ blue 64

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

Shades of Crimson #D10340

Tints of Crimson #D10340

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.09%

 BLUE value IS 64 (25.39% from 255) = 23.19%

R = 75.72%
G = 1.09%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D10340 (or 0xD10340) is known color: Crimson. HEX triplet: D1, 03 and 40. RGB value is (209,3,64). Sum of RGB (Red+Green+Blue) = 209+3+64=276 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.72% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 209 - color contains mainly: red. Hex color #D10340 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10340 is #2EFCBF. Grayscale: #474747. Windows color (decimal): -3079360 or 4195281. OLE color: 4195281.

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

Color convert

RGB 209 3 64 -
CMYK 0 0.99 0.69 0.18
HSL 342.23º 0.97% 0.42% -
HSV(B) 342.23º 0.99% 0.82% -
XYZ 27.25 13.99 6.11 -
YUV 71.55 123.75 226.04 -
System Red Green Blue C M Y K H S L
Decimal 209 3 64 0 0.99 0.69 0.18 342.23 0.97 0.42
Hex D1 3 40 0 63 45 12 156 61 2A
Octal 321 3 100 0 143 105 22 526 141 52
Binary 11010001 11 1000000 0 1100011 1000101 10010 101010110 1100001 101010

Color Harmonies of #D10340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10340

Black with #D10340

Text Example


Text Example

White with #D10340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10340; }

 p { color: rgb(209,3,64); }

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

background-color css

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

 a { background-color: rgb(209,3,64); }

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

border-color css

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

 span { border-color: rgb(209,3,64); }

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