Html Css Color HEX #D01137 Crimson

📋 copy color: '#D01137'

red 208 ◦ green 17 ◦ blue 55

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

Shades of Crimson #D01137

Tints of Crimson #D01137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 19.64%

R = 74.29%
G = 6.07%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D01137 (or 0xD01137) is known color: Crimson. HEX triplet: D0, 11 and 37. RGB value is (208,17,55). Sum of RGB (Red+Green+Blue) = 208+17+55=280 (37% of max value = 765). Red value is 208 (81.64% from 255 or 74.29% from 280); Green value is 17 (7.03% from 255 or 6.07% from 280); Blue value is 55 (21.88% from 255 or 19.64% from 280); Max value from RGB is 208 - color contains mainly: red. Hex color #D01137 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01137 is #2FEEC8. Grayscale: #4E4E4E. Windows color (decimal): -3141321 or 3609040. OLE color: 3609040.

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

Color convert

RGB 208 17 55 -
CMYK 0 0.92 0.74 0.18
HSL 348.06º 0.85% 0.44% -
HSV(B) 348.06º 0.92% 0.82% -
XYZ 26.9 14.09 4.92 -
YUV 78.44 114.78 220.41 -
System Red Green Blue C M Y K H S L
Decimal 208 17 55 0 0.92 0.74 0.18 348.06 0.85 0.44
Hex D0 11 37 0 5C 4A 12 15C 55 2C
Octal 320 21 67 0 134 112 22 534 125 54
Binary 11010000 10001 110111 0 1011100 1001010 10010 101011100 1010101 101100

Color Harmonies of #D01137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01137

Black with #D01137

Text Example


Text Example

White with #D01137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01137; }

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

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

background-color css

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

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

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

border-color css

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

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

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