Html Css Color HEX #D10341 Crimson

📋 copy color: '#D10341'

red 209 ◦ green 3 ◦ blue 65

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

Shades of Crimson #D10341

Tints of Crimson #D10341

RGB

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

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

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

R = 75.45%
G = 1.08%
B = 23.47%

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

#D10341 (or 0xD10341) is known color: Crimson. HEX triplet: D1, 03 and 41. RGB value is (209,3,65). Sum of RGB (Red+Green+Blue) = 209+3+65=277 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.45% from 277); Green value is 3 (1.56% from 255 or 1.08% from 277); Blue value is 65 (25.78% from 255 or 23.47% from 277); Max value from RGB is 209 - color contains mainly: red. Hex color #D10341 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10341 is #2EFCBE. Grayscale: #474747. Windows color (decimal): -3079359 or 4260817. OLE color: 4260817.

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

Color convert

RGB 209 3 65 -
CMYK 0 0.99 0.69 0.18
HSL 341.94º 0.97% 0.42% -
HSV(B) 341.94º 0.99% 0.82% -
XYZ 27.28 14 6.27 -
YUV 71.66 124.25 225.96 -
System Red Green Blue C M Y K H S L
Decimal 209 3 65 0 0.99 0.69 0.18 341.94 0.97 0.42
Hex D1 3 41 0 63 45 12 156 61 2A
Octal 321 3 101 0 143 105 22 526 141 52
Binary 11010001 11 1000001 0 1100011 1000101 10010 101010110 1100001 101010

Color Harmonies of #D10341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10341

Black with #D10341

Text Example


Text Example

White with #D10341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10341; }

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

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

background-color css

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

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

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

border-color css

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

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

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