Html Css Color HEX #D11333 Crimson

📋 copy color: '#D11333'

red 209 ◦ green 19 ◦ blue 51

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

Shades of Crimson #D11333

Tints of Crimson #D11333

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.81%

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

R = 74.91%
G = 6.81%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D11333 (or 0xD11333) is known color: Crimson. HEX triplet: D1, 13 and 33. RGB value is (209,19,51). Sum of RGB (Red+Green+Blue) = 209+19+51=279 (36% of max value = 765). Red value is 209 (82.03% from 255 or 74.91% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 51 (20.31% from 255 or 18.28% from 279); Max value from RGB is 209 - color contains mainly: red. Hex color #D11333 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11333 is #2EECCC. Grayscale: #4F4F4F. Windows color (decimal): -3075277 or 3347409. OLE color: 3347409.

HSL color Cylindrical-coordinate representation of color #D11333: hue angle of 349.89º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D11333 is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 19 51 -
CMYK 0 0.91 0.76 0.18
HSL 349.89º 0.83% 0.45% -
HSV(B) 349.89º 0.91% 0.82% -
XYZ 27.12 14.26 4.45 -
YUV 79.46 111.95 220.4 -
System Red Green Blue C M Y K H S L
Decimal 209 19 51 0 0.91 0.76 0.18 349.89 0.83 0.45
Hex D1 13 33 0 5B 4C 12 15E 53 2D
Octal 321 23 63 0 133 114 22 536 123 55
Binary 11010001 10011 110011 0 1011011 1001100 10010 101011110 1010011 101101

Color Harmonies of #D11333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11333

Black with #D11333

Text Example


Text Example

White with #D11333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11333; }

 p { color: rgb(209,19,51); }

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

background-color css

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

 a { background-color: rgb(209,19,51); }

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

border-color css

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

 span { border-color: rgb(209,19,51); }

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