Html Css Color HEX #D11530 Crimson

📋 copy color: '#D11530'

red 209 ◦ green 21 ◦ blue 48

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

Shades of Crimson #D11530

Tints of Crimson #D11530

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.55%

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

R = 75.18%
G = 7.55%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D11530 (or 0xD11530) is known color: Crimson. HEX triplet: D1, 15 and 30. RGB value is (209,21,48). Sum of RGB (Red+Green+Blue) = 209+21+48=278 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.18% from 278); Green value is 21 (8.59% from 255 or 7.55% from 278); Blue value is 48 (19.14% from 255 or 17.27% from 278); Max value from RGB is 209 - color contains mainly: red. Hex color #D11530 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11530 is #2EEACF. Grayscale: #505050. Windows color (decimal): -3074768 or 3151313. OLE color: 3151313.

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

Color convert

RGB 209 21 48 -
CMYK 0 0.90 0.77 0.18
HSL 351.38º 0.82% 0.45% -
HSV(B) 351.38º 0.9% 0.82% -
XYZ 27.1 14.31 4.13 -
YUV 80.29 109.78 219.8 -
System Red Green Blue C M Y K H S L
Decimal 209 21 48 0 0.90 0.77 0.18 351.38 0.82 0.45
Hex D1 15 30 0 5A 4D 12 15F 52 2D
Octal 321 25 60 0 132 115 22 537 122 55
Binary 11010001 10101 110000 0 1011010 1001101 10010 101011111 1010010 101101

Color Harmonies of #D11530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11530

Black with #D11530

Text Example


Text Example

White with #D11530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11530; }

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

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

background-color css

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

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

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

border-color css

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

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

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