Html Css Color HEX #D11734 Crimson

📋 copy color: '#D11734'

red 209 ◦ green 23 ◦ blue 52

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

Shades of Crimson #D11734

Tints of Crimson #D11734

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.1%

 BLUE value IS 52 (20.7% from 255) = 18.31%

R = 73.59%
G = 8.1%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D11734 (or 0xD11734) is known color: Crimson. HEX triplet: D1, 17 and 34. RGB value is (209,23,52). Sum of RGB (Red+Green+Blue) = 209+23+52=284 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.59% from 284); Green value is 23 (9.38% from 255 or 8.10% from 284); Blue value is 52 (20.70% from 255 or 18.31% from 284); Max value from RGB is 209 - color contains mainly: red. Hex color #D11734 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11734 is #2EE8CB. Grayscale: #515151. Windows color (decimal): -3074252 or 3413969. OLE color: 3413969.

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

Color convert

RGB 209 23 52 -
CMYK 0 0.89 0.75 0.18
HSL 350.65º 0.8% 0.45% -
HSV(B) 350.65º 0.89% 0.82% -
XYZ 27.22 14.42 4.6 -
YUV 81.92 111.12 218.64 -
System Red Green Blue C M Y K H S L
Decimal 209 23 52 0 0.89 0.75 0.18 350.65 0.8 0.45
Hex D1 17 34 0 59 4B 12 15F 50 2D
Octal 321 27 64 0 131 113 22 537 120 55
Binary 11010001 10111 110100 0 1011001 1001011 10010 101011111 1010000 101101

Color Harmonies of #D11734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11734

Black with #D11734

Text Example


Text Example

White with #D11734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11734; }

 p { color: rgb(209,23,52); }

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

background-color css

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

 a { background-color: rgb(209,23,52); }

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

border-color css

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

 span { border-color: rgb(209,23,52); }

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