Html Css Color HEX #D01133 Crimson

📋 copy color: '#D01133'

red 208 ◦ green 17 ◦ blue 51

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

Shades of Crimson #D01133

Tints of Crimson #D01133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.48%

R = 75.36%
G = 6.16%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D01133 (or 0xD01133) is known color: Crimson. HEX triplet: D0, 11 and 33. RGB value is (208,17,51). Sum of RGB (Red+Green+Blue) = 208+17+51=276 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.36% from 276); Green value is 17 (7.03% from 255 or 6.16% from 276); Blue value is 51 (20.31% from 255 or 18.48% from 276); Max value from RGB is 208 - color contains mainly: red. Hex color #D01133 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01133 is #2FEECC. Grayscale: #4E4E4E. Windows color (decimal): -3141325 or 3346896. OLE color: 3346896.

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

Color convert

RGB 208 17 51 -
CMYK 0 0.92 0.75 0.18
HSL 349.32º 0.85% 0.44% -
HSV(B) 349.32º 0.92% 0.82% -
XYZ 26.81 14.05 4.43 -
YUV 77.99 112.78 220.74 -
System Red Green Blue C M Y K H S L
Decimal 208 17 51 0 0.92 0.75 0.18 349.32 0.85 0.44
Hex D0 11 33 0 5C 4B 12 15D 55 2C
Octal 320 21 63 0 134 113 22 535 125 54
Binary 11010000 10001 110011 0 1011100 1001011 10010 101011101 1010101 101100

Color Harmonies of #D01133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01133

Black with #D01133

Text Example


Text Example

White with #D01133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01133; }

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

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

background-color css

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

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

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

border-color css

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

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

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