Html Css Color HEX #D01140 Crimson

📋 copy color: '#D01140'

red 208 ◦ green 17 ◦ blue 64

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

Shades of Crimson #D01140

Tints of Crimson #D01140

RGB

 RED value IS 208 (81.64% from 255) = 71.97%

 GREEN value IS 17 (7.03% from 255) = 5.88%

 BLUE value IS 64 (25.39% from 255) = 22.15%

R = 71.97%
G = 5.88%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D01140 (or 0xD01140) is known color: Crimson. HEX triplet: D0, 11 and 40. RGB value is (208,17,64). Sum of RGB (Red+Green+Blue) = 208+17+64=289 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.97% from 289); Green value is 17 (7.03% from 255 or 5.88% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 208 - color contains mainly: red. Hex color #D01140 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01140 is #2FEEBF. Grayscale: #4F4F4F. Windows color (decimal): -3141312 or 4198864. OLE color: 4198864.

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

Color convert

RGB 208 17 64 -
CMYK 0 0.92 0.69 0.18
HSL 345.24º 0.85% 0.44% -
HSV(B) 345.24º 0.92% 0.82% -
XYZ 27.14 14.18 6.16 -
YUV 79.47 119.28 219.68 -
System Red Green Blue C M Y K H S L
Decimal 208 17 64 0 0.92 0.69 0.18 345.24 0.85 0.44
Hex D0 11 40 0 5C 45 12 159 55 2C
Octal 320 21 100 0 134 105 22 531 125 54
Binary 11010000 10001 1000000 0 1011100 1000101 10010 101011001 1010101 101100

Color Harmonies of #D01140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01140

Black with #D01140

Text Example


Text Example

White with #D01140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01140; }

 p { color: rgb(208,17,64); }

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

background-color css

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

 a { background-color: rgb(208,17,64); }

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

border-color css

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

 span { border-color: rgb(208,17,64); }

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