Html Css Color HEX #D01511 Free Speech Red

📋 copy color: '#D01511'

red 208 ◦ green 21 ◦ blue 17

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

Shades of Free Speech Red #D01511

Tints of Free Speech Red #D01511

RGB

 RED value IS 208 (81.64% from 255) = 84.55%

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

 BLUE value IS 17 (7.03% from 255) = 6.91%

R = 84.55%
G = 8.54%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D01511 (or 0xD01511) is known color: Free Speech Red. HEX triplet: D0, 15 and 11. RGB value is (208,21,17). Sum of RGB (Red+Green+Blue) = 208+21+17=246 (32% of max value = 765). Red value is 208 (81.64% from 255 or 84.55% from 246); Green value is 21 (8.59% from 255 or 8.54% from 246); Blue value is 17 (7.03% from 255 or 6.91% from 246); Max value from RGB is 208 - color contains mainly: red. Hex color #D01511 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D01511 is #2FEAEE. Grayscale: #4C4C4C. Windows color (decimal): -3140335 or 1119696. OLE color: 1119696.

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

Color convert

RGB 208 21 17 -
CMYK 0 0.90 0.92 0.18
HSL 1.26º 0.85% 0.44% -
HSV(B) 1.26º 0.92% 0.82% -
XYZ 26.38 13.99 1.84 -
YUV 76.46 94.45 221.83 -
System Red Green Blue C M Y K H S L
Decimal 208 21 17 0 0.90 0.92 0.18 1.26 0.85 0.44
Hex D0 15 11 0 5A 5C 12 1 55 2C
Octal 320 25 21 0 132 134 22 1 125 54
Binary 11010000 10101 10001 0 1011010 1011100 10010 1 1010101 101100

Color Harmonies of #D01511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01511

Black with #D01511

Text Example


Text Example

White with #D01511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01511; }

 p { color: rgb(208,21,17); }

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

background-color css

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

 a { background-color: rgb(208,21,17); }

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

border-color css

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

 span { border-color: rgb(208,21,17); }

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