Html Css Color HEX #D1100F Free Speech Red

📋 copy color: '#D1100F'

red 209 ◦ green 16 ◦ blue 15

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

Shades of Free Speech Red #D1100F

Tints of Free Speech Red #D1100F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.25%

R = 87.08%
G = 6.67%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D1100F (or 0xD1100F) is known color: Free Speech Red. HEX triplet: D1, 10 and 0F. RGB value is (209,16,15). Sum of RGB (Red+Green+Blue) = 209+16+15=240 (31% of max value = 765). Red value is 209 (82.03% from 255 or 87.08% from 240); Green value is 16 (6.64% from 255 or 6.67% from 240); Blue value is 15 (6.25% from 255 or 6.25% from 240); Max value from RGB is 209 - color contains mainly: red. Hex color #D1100F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D1100F is #2EEFF0. Grayscale: #494949. Windows color (decimal): -3076081 or 987345. OLE color: 987345.

HSL color Cylindrical-coordinate representation of color #D1100F: hue angle of 0.31º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D1100F is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 16 15 -
CMYK 0 0.92 0.93 0.18
HSL 0.31º 0.87% 0.44% -
HSV(B) 0.31º 0.93% 0.82% -
XYZ 26.57 13.96 1.75 -
YUV 73.59 94.94 224.58 -
System Red Green Blue C M Y K H S L
Decimal 209 16 15 0 0.92 0.93 0.18 0.31 0.87 0.44
Hex D1 10 F 0 5C 5D 12 0 57 2C
Octal 321 20 17 0 134 135 22 0 127 54
Binary 11010001 10000 1111 0 1011100 1011101 10010 0 1010111 101100

Color Harmonies of #D1100F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1100F

Black with #D1100F

Text Example


Text Example

White with #D1100F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1100F; }

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

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

background-color css

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

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

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

border-color css

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

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

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