Html Css Color HEX #D70400 Free Speech Red

📋 copy color: '#D70400'

red 215 ◦ green 4 ◦ blue 0

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

Shades of Free Speech Red #D70400

Tints of Free Speech Red #D70400

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.83%

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

R = 98.17%
G = 1.83%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D70400 (or 0xD70400) is known color: Free Speech Red. HEX triplet: D7, 04 and 00. RGB value is (215,4,0). Sum of RGB (Red+Green+Blue) = 215+4+0=219 (29% of max value = 765). Red value is 215 (84.38% from 255 or 98.17% from 219); Green value is 4 (1.95% from 255 or 1.83% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 215 - color contains mainly: red. Hex color #D70400 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70400 is #28FBFF. Grayscale: #424242. Windows color (decimal): -2685952 or 1239. OLE color: 1239.

HSL color Cylindrical-coordinate representation of color #D70400: hue angle of 1.12º 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 #D70400 is Cyan = 0, Magento = 0.98, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 4 0 -
CMYK 0 0.98 1 0.16
HSL 1.12º 1% 0.42% -
HSV(B) 1.12º 1% 0.84% -
XYZ 28.07 14.53 1.33 -
YUV 66.63 90.4 233.83 -
System Red Green Blue C M Y K H S L
Decimal 215 4 0 0 0.98 1 0.16 1.12 1 0.42
Hex D7 4 0 0 62 64 10 1 64 2A
Octal 327 4 0 0 142 144 20 1 144 52
Binary 11010111 100 0 0 1100010 1100100 10000 1 1100100 101010

Color Harmonies of #D70400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70400

Black with #D70400

Text Example


Text Example

White with #D70400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70400; }

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

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

background-color css

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

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

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

border-color css

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

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

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