Html Css Color HEX #D10142 Crimson

📋 copy color: '#D10142'

red 209 ◦ green 1 ◦ blue 66

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

Shades of Crimson #D10142

Tints of Crimson #D10142

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

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

R = 75.72%
G = 0.36%
B = 23.91%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D10142 (or 0xD10142) is known color: Crimson. HEX triplet: D1, 01 and 42. RGB value is (209,1,66). Sum of RGB (Red+Green+Blue) = 209+1+66=276 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.72% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 66 (26.17% from 255 or 23.91% from 276); Max value from RGB is 209 - color contains mainly: red. Hex color #D10142 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10142 is #2EFEBD. Grayscale: #464646. Windows color (decimal): -3079870 or 4325841. OLE color: 4325841.

HSL color Cylindrical-coordinate representation of color #D10142: hue angle of 341.25º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D10142 is Cyan = 0, Magento = 1.00, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 1 66 -
CMYK 0 1.00 0.68 0.18
HSL 341.25º 0.99% 0.41% -
HSV(B) 341.25º 1% 0.82% -
XYZ 27.29 13.97 6.41 -
YUV 70.6 125.41 226.71 -
System Red Green Blue C M Y K H S L
Decimal 209 1 66 0 1.00 0.68 0.18 341.25 0.99 0.41
Hex D1 1 42 0 64 44 12 155 63 29
Octal 321 1 102 0 144 104 22 525 143 51
Binary 11010001 1 1000010 0 1100100 1000100 10010 101010101 1100011 101001

Color Harmonies of #D10142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10142

Black with #D10142

Text Example


Text Example

White with #D10142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10142; }

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

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

background-color css

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

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

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

border-color css

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

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

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