Html Css Color HEX #D70800 Free Speech Red

📋 copy color: '#D70800'

red 215 ◦ green 8 ◦ blue 0

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

Shades of Free Speech Red #D70800

Tints of Free Speech Red #D70800

RGB

 RED value IS 215 (84.38% from 255) = 96.41%

 GREEN value IS 8 (3.52% from 255) = 3.59%

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

R = 96.41%
G = 3.59%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D70800 (or 0xD70800) is known color: Free Speech Red. HEX triplet: D7, 08 and 00. RGB value is (215,8,0). Sum of RGB (Red+Green+Blue) = 215+8+0=223 (29% of max value = 765). Red value is 215 (84.38% from 255 or 96.41% from 223); Green value is 8 (3.52% from 255 or 3.59% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 215 - color contains mainly: red. Hex color #D70800 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70800 is #28F7FF. Grayscale: #454545. Windows color (decimal): -2684928 or 2263. OLE color: 2263.

HSL color Cylindrical-coordinate representation of color #D70800: hue angle of 2.23º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D70800 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 8 0 -
CMYK 0 0.96 1 0.16
HSL 2.23º 1% 0.42% -
HSV(B) 2.23º 1% 0.84% -
XYZ 28.11 14.62 1.34 -
YUV 68.98 89.08 232.15 -
System Red Green Blue C M Y K H S L
Decimal 215 8 0 0 0.96 1 0.16 2.23 1 0.42
Hex D7 8 0 0 60 64 10 2 64 2A
Octal 327 10 0 0 140 144 20 2 144 52
Binary 11010111 1000 0 0 1100000 1100100 10000 10 1100100 101010

Color Harmonies of #D70800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70800

Black with #D70800

Text Example


Text Example

White with #D70800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70800; }

 p { color: rgb(215,8,0); }

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

background-color css

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

 a { background-color: rgb(215,8,0); }

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

border-color css

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

 span { border-color: rgb(215,8,0); }

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