Html Css Color HEX #D70B00 Free Speech Red

📋 copy color: '#D70B00'

red 215 ◦ green 11 ◦ blue 0

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

Shades of Free Speech Red #D70B00

Tints of Free Speech Red #D70B00

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.87%

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

R = 95.13%
G = 4.87%
B = 0%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D70B00 (or 0xD70B00) is known color: Free Speech Red. HEX triplet: D7, 0B and 00. RGB value is (215,11,0). Sum of RGB (Red+Green+Blue) = 215+11+0=226 (29% of max value = 765). Red value is 215 (84.38% from 255 or 95.13% from 226); Green value is 11 (4.69% from 255 or 4.87% from 226); Blue value is 0 (0.39% from 255 or 0% from 226); Max value from RGB is 215 - color contains mainly: red. Hex color #D70B00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70B00 is #28F4FF. Grayscale: #464646. Windows color (decimal): -2684160 or 3031. OLE color: 3031.

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

Color convert

RGB 215 11 0 -
CMYK 0 0.95 1 0.16
HSL 3.07º 1% 0.42% -
HSV(B) 3.07º 1% 0.84% -
XYZ 28.14 14.69 1.35 -
YUV 70.74 88.09 230.89 -
System Red Green Blue C M Y K H S L
Decimal 215 11 0 0 0.95 1 0.16 3.07 1 0.42
Hex D7 B 0 0 5F 64 10 3 64 2A
Octal 327 13 0 0 137 144 20 3 144 52
Binary 11010111 1011 0 0 1011111 1100100 10000 11 1100100 101010

Color Harmonies of #D70B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70B00

Black with #D70B00

Text Example


Text Example

White with #D70B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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