Html Css Color HEX #D01700 Free Speech Red

📋 copy color: '#D01700'

red 208 ◦ green 23 ◦ blue 0

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

Shades of Free Speech Red #D01700

Tints of Free Speech Red #D01700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 90.04%
G = 9.96%
B = 0%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D01700 (or 0xD01700) is known color: Free Speech Red. HEX triplet: D0, 17 and 00. RGB value is (208,23,0). Sum of RGB (Red+Green+Blue) = 208+23+0=231 (30% of max value = 765). Red value is 208 (81.64% from 255 or 90.04% from 231); Green value is 23 (9.38% from 255 or 9.96% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 208 - color contains mainly: red. Hex color #D01700 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D01700 is #2FE8FF. Grayscale: #4B4B4B. Windows color (decimal): -3139840 or 6096. OLE color: 6096.

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

Color convert

RGB 208 23 0 -
CMYK 0 0.89 1 0.18
HSL 6.63º 1% 0.41% -
HSV(B) 6.63º 1% 0.82% -
XYZ 26.32 14.02 1.32 -
YUV 75.69 85.29 222.37 -
System Red Green Blue C M Y K H S L
Decimal 208 23 0 0 0.89 1 0.18 6.63 1 0.41
Hex D0 17 0 0 59 64 12 7 64 29
Octal 320 27 0 0 131 144 22 7 144 51
Binary 11010000 10111 0 0 1011001 1100100 10010 111 1100100 101001

Color Harmonies of #D01700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01700

Black with #D01700

Text Example


Text Example

White with #D01700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01700; }

 p { color: rgb(208,23,0); }

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

background-color css

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

 a { background-color: rgb(208,23,0); }

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

border-color css

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

 span { border-color: rgb(208,23,0); }

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