Html Css Color HEX #D10942 Crimson

📋 copy color: '#D10942'

red 209 ◦ green 9 ◦ blue 66

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

Shades of Crimson #D10942

Tints of Crimson #D10942

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.17%

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

R = 73.59%
G = 3.17%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D10942 (or 0xD10942) is known color: Crimson. HEX triplet: D1, 09 and 42. RGB value is (209,9,66). Sum of RGB (Red+Green+Blue) = 209+9+66=284 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.59% from 284); Green value is 9 (3.91% from 255 or 3.17% from 284); Blue value is 66 (26.17% from 255 or 23.24% from 284); Max value from RGB is 209 - color contains mainly: red. Hex color #D10942 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10942 is #2EF6BD. Grayscale: #4B4B4B. Windows color (decimal): -3077822 or 4327889. OLE color: 4327889.

HSL color Cylindrical-coordinate representation of color #D10942: hue angle of 342.9º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D10942 is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 9 66 -
CMYK 0 0.96 0.68 0.18
HSL 342.9º 0.92% 0.43% -
HSV(B) 342.9º 0.96% 0.82% -
XYZ 27.38 14.14 6.44 -
YUV 75.3 122.76 223.37 -
System Red Green Blue C M Y K H S L
Decimal 209 9 66 0 0.96 0.68 0.18 342.9 0.92 0.43
Hex D1 9 42 0 60 44 12 157 5C 2B
Octal 321 11 102 0 140 104 22 527 134 53
Binary 11010001 1001 1000010 0 1100000 1000100 10010 101010111 1011100 101011

Color Harmonies of #D10942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10942

Black with #D10942

Text Example


Text Example

White with #D10942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10942; }

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

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

background-color css

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

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

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

border-color css

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

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

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