Html Css Color HEX #D10642 Crimson

📋 copy color: '#D10642'

red 209 ◦ green 6 ◦ blue 66

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

Shades of Crimson #D10642

Tints of Crimson #D10642

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.14%

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

R = 74.38%
G = 2.14%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D10642 (or 0xD10642) is known color: Crimson. HEX triplet: D1, 06 and 42. RGB value is (209,6,66). Sum of RGB (Red+Green+Blue) = 209+6+66=281 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.38% from 281); Green value is 6 (2.73% from 255 or 2.14% from 281); Blue value is 66 (26.17% from 255 or 23.49% from 281); Max value from RGB is 209 - color contains mainly: red. Hex color #D10642 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10642 is #2EF9BD. Grayscale: #494949. Windows color (decimal): -3078590 or 4327121. OLE color: 4327121.

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

Color convert

RGB 209 6 66 -
CMYK 0 0.97 0.68 0.18
HSL 342.27º 0.94% 0.42% -
HSV(B) 342.27º 0.97% 0.82% -
XYZ 27.34 14.08 6.43 -
YUV 73.54 123.75 224.62 -
System Red Green Blue C M Y K H S L
Decimal 209 6 66 0 0.97 0.68 0.18 342.27 0.94 0.42
Hex D1 6 42 0 61 44 12 156 5E 2A
Octal 321 6 102 0 141 104 22 526 136 52
Binary 11010001 110 1000010 0 1100001 1000100 10010 101010110 1011110 101010

Color Harmonies of #D10642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10642

Black with #D10642

Text Example


Text Example

White with #D10642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10642; }

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

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

background-color css

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

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

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

border-color css

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

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

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