Html Css Color HEX #D01136 Crimson

📋 copy color: '#D01136'

red 208 ◦ green 17 ◦ blue 54

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

Shades of Crimson #D01136

Tints of Crimson #D01136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 19.35%

R = 74.55%
G = 6.09%
B = 19.35%

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

#D01136 (or 0xD01136) is known color: Crimson. HEX triplet: D0, 11 and 36. RGB value is (208,17,54). Sum of RGB (Red+Green+Blue) = 208+17+54=279 (36% of max value = 765). Red value is 208 (81.64% from 255 or 74.55% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 54 (21.48% from 255 or 19.35% from 279); Max value from RGB is 208 - color contains mainly: red. Hex color #D01136 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01136 is #2FEEC9. Grayscale: #4E4E4E. Windows color (decimal): -3141322 or 3543504. OLE color: 3543504.

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

Color convert

RGB 208 17 54 -
CMYK 0 0.92 0.74 0.18
HSL 348.38º 0.85% 0.44% -
HSV(B) 348.38º 0.92% 0.82% -
XYZ 26.88 14.08 4.79 -
YUV 78.33 114.28 220.49 -
System Red Green Blue C M Y K H S L
Decimal 208 17 54 0 0.92 0.74 0.18 348.38 0.85 0.44
Hex D0 11 36 0 5C 4A 12 15C 55 2C
Octal 320 21 66 0 134 112 22 534 125 54
Binary 11010000 10001 110110 0 1011100 1001010 10010 101011100 1010101 101100

Color Harmonies of #D01136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01136

Black with #D01136

Text Example


Text Example

White with #D01136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01136; }

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

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

background-color css

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

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

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

border-color css

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

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

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