Html Css Color HEX #D11030 Crimson

📋 copy color: '#D11030'

red 209 ◦ green 16 ◦ blue 48

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

Shades of Crimson #D11030

Tints of Crimson #D11030

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.86%

 BLUE value IS 48 (19.14% from 255) = 17.58%

R = 76.56%
G = 5.86%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D11030 (or 0xD11030) is known color: Crimson. HEX triplet: D1, 10 and 30. RGB value is (209,16,48). Sum of RGB (Red+Green+Blue) = 209+16+48=273 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.56% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 209 - color contains mainly: red. Hex color #D11030 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11030 is #2EEFCF. Grayscale: #4D4D4D. Windows color (decimal): -3076048 or 3150033. OLE color: 3150033.

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

Color convert

RGB 209 16 48 -
CMYK 0 0.92 0.77 0.18
HSL 350.05º 0.86% 0.44% -
HSV(B) 350.05º 0.92% 0.82% -
XYZ 27.01 14.14 4.1 -
YUV 77.36 111.44 221.9 -
System Red Green Blue C M Y K H S L
Decimal 209 16 48 0 0.92 0.77 0.18 350.05 0.86 0.44
Hex D1 10 30 0 5C 4D 12 15E 56 2C
Octal 321 20 60 0 134 115 22 536 126 54
Binary 11010001 10000 110000 0 1011100 1001101 10010 101011110 1010110 101100

Color Harmonies of #D11030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11030

Black with #D11030

Text Example


Text Example

White with #D11030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11030; }

 p { color: rgb(209,16,48); }

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

background-color css

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

 a { background-color: rgb(209,16,48); }

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

border-color css

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

 span { border-color: rgb(209,16,48); }

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