Html Css Color HEX #D10342 Crimson

📋 copy color: '#D10342'

red 209 ◦ green 3 ◦ blue 66

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

Shades of Crimson #D10342

Tints of Crimson #D10342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.74%

R = 75.18%
G = 1.08%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D10342 (or 0xD10342) is known color: Crimson. HEX triplet: D1, 03 and 42. RGB value is (209,3,66). Sum of RGB (Red+Green+Blue) = 209+3+66=278 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.18% from 278); Green value is 3 (1.56% from 255 or 1.08% from 278); Blue value is 66 (26.17% from 255 or 23.74% from 278); Max value from RGB is 209 - color contains mainly: red. Hex color #D10342 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10342 is #2EFCBD. Grayscale: #474747. Windows color (decimal): -3079358 or 4326353. OLE color: 4326353.

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

Color convert

RGB 209 3 66 -
CMYK 0 0.99 0.68 0.18
HSL 341.65º 0.97% 0.42% -
HSV(B) 341.65º 0.99% 0.82% -
XYZ 27.31 14.01 6.42 -
YUV 71.78 124.75 225.88 -
System Red Green Blue C M Y K H S L
Decimal 209 3 66 0 0.99 0.68 0.18 341.65 0.97 0.42
Hex D1 3 42 0 63 44 12 156 61 2A
Octal 321 3 102 0 143 104 22 526 141 52
Binary 11010001 11 1000010 0 1100011 1000100 10010 101010110 1100001 101010

Color Harmonies of #D10342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10342

Black with #D10342

Text Example


Text Example

White with #D10342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10342; }

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

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

background-color css

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

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

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

border-color css

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

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

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