Html Css Color HEX #D11630 Crimson

📋 copy color: '#D11630'

red 209 ◦ green 22 ◦ blue 48

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

Shades of Crimson #D11630

Tints of Crimson #D11630

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.89%

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

R = 74.91%
G = 7.89%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D11630 (or 0xD11630) is known color: Crimson. HEX triplet: D1, 16 and 30. RGB value is (209,22,48). Sum of RGB (Red+Green+Blue) = 209+22+48=279 (36% of max value = 765). Red value is 209 (82.03% from 255 or 74.91% from 279); Green value is 22 (8.98% from 255 or 7.89% from 279); Blue value is 48 (19.14% from 255 or 17.20% from 279); Max value from RGB is 209 - color contains mainly: red. Hex color #D11630 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11630 is #2EE9CF. Grayscale: #505050. Windows color (decimal): -3074512 or 3151569. OLE color: 3151569.

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

Color convert

RGB 209 22 48 -
CMYK 0 0.89 0.77 0.18
HSL 351.66º 0.81% 0.45% -
HSV(B) 351.66º 0.89% 0.82% -
XYZ 27.11 14.34 4.14 -
YUV 80.88 109.45 219.39 -
System Red Green Blue C M Y K H S L
Decimal 209 22 48 0 0.89 0.77 0.18 351.66 0.81 0.45
Hex D1 16 30 0 59 4D 12 160 51 2D
Octal 321 26 60 0 131 115 22 540 121 55
Binary 11010001 10110 110000 0 1011001 1001101 10010 101100000 1010001 101101

Color Harmonies of #D11630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11630

Black with #D11630

Text Example


Text Example

White with #D11630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11630; }

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

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

background-color css

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

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

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

border-color css

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

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

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