Html Css Color HEX #D10148 Crimson

📋 copy color: '#D10148'

red 209 ◦ green 1 ◦ blue 72

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

Shades of Crimson #D10148

Tints of Crimson #D10148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 25.53%

R = 74.11%
G = 0.35%
B = 25.53%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D10148 (or 0xD10148) is known color: Crimson. HEX triplet: D1, 01 and 48. RGB value is (209,1,72). Sum of RGB (Red+Green+Blue) = 209+1+72=282 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.11% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 72 (28.52% from 255 or 25.53% from 282); Max value from RGB is 209 - color contains mainly: red. Hex color #D10148 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10148 is #2EFEB7. Grayscale: #474747. Windows color (decimal): -3079864 or 4719057. OLE color: 4719057.

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

Color convert

RGB 209 1 72 -
CMYK 0 1.00 0.66 0.18
HSL 339.52º 0.99% 0.41% -
HSV(B) 339.52º 1% 0.82% -
XYZ 27.48 14.04 7.39 -
YUV 71.29 128.41 226.23 -
System Red Green Blue C M Y K H S L
Decimal 209 1 72 0 1.00 0.66 0.18 339.52 0.99 0.41
Hex D1 1 48 0 64 42 12 154 63 29
Octal 321 1 110 0 144 102 22 524 143 51
Binary 11010001 1 1001000 0 1100100 1000010 10010 101010100 1100011 101001

Color Harmonies of #D10148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10148

Black with #D10148

Text Example


Text Example

White with #D10148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10148; }

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

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

background-color css

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

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

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

border-color css

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

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

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