Html Css Color HEX #D01311 Free Speech Red

📋 copy color: '#D01311'

red 208 ◦ green 19 ◦ blue 17

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

Shades of Free Speech Red #D01311

Tints of Free Speech Red #D01311

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.79%

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

R = 85.25%
G = 7.79%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D01311 (or 0xD01311) is known color: Free Speech Red. HEX triplet: D0, 13 and 11. RGB value is (208,19,17). Sum of RGB (Red+Green+Blue) = 208+19+17=244 (32% of max value = 765). Red value is 208 (81.64% from 255 or 85.25% from 244); Green value is 19 (7.81% from 255 or 7.79% from 244); Blue value is 17 (7.03% from 255 or 6.97% from 244); Max value from RGB is 208 - color contains mainly: red. Hex color #D01311 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D01311 is #2FECEE. Grayscale: #4B4B4B. Windows color (decimal): -3140847 or 1119184. OLE color: 1119184.

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

Color convert

RGB 208 19 17 -
CMYK 0 0.91 0.92 0.18
HSL 0.63º 0.85% 0.44% -
HSV(B) 0.63º 0.92% 0.82% -
XYZ 26.35 13.92 1.83 -
YUV 75.28 95.12 222.66 -
System Red Green Blue C M Y K H S L
Decimal 208 19 17 0 0.91 0.92 0.18 0.63 0.85 0.44
Hex D0 13 11 0 5B 5C 12 1 55 2C
Octal 320 23 21 0 133 134 22 1 125 54
Binary 11010000 10011 10001 0 1011011 1011100 10010 1 1010101 101100

Color Harmonies of #D01311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01311

Black with #D01311

Text Example


Text Example

White with #D01311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01311; }

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

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

background-color css

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

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

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

border-color css

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

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

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