Html Css Color HEX #D00705 Free Speech Red

📋 copy color: '#D00705'

red 208 ◦ green 7 ◦ blue 5

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

Shades of Free Speech Red #D00705

Tints of Free Speech Red #D00705

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.18%

 BLUE value IS 5 (2.34% from 255) = 2.27%

R = 94.55%
G = 3.18%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D00705 (or 0xD00705) is known color: Free Speech Red. HEX triplet: D0, 07 and 05. RGB value is (208,7,5). Sum of RGB (Red+Green+Blue) = 208+7+5=220 (29% of max value = 765). Red value is 208 (81.64% from 255 or 94.55% from 220); Green value is 7 (3.12% from 255 or 3.18% from 220); Blue value is 5 (2.34% from 255 or 2.27% from 220); Max value from RGB is 208 - color contains mainly: red. Hex color #D00705 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00705 is #2FF8FA. Grayscale: #434343. Windows color (decimal): -3143931 or 329680. OLE color: 329680.

HSL color Cylindrical-coordinate representation of color #D00705: hue angle of 0.59º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D00705 is Cyan = 0, Magento = 0.97, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 7 5 -
CMYK 0 0.97 0.98 0.18
HSL 0.59º 0.95% 0.42% -
HSV(B) 0.59º 0.98% 0.82% -
XYZ 26.12 13.57 1.39 -
YUV 66.87 93.09 228.66 -
System Red Green Blue C M Y K H S L
Decimal 208 7 5 0 0.97 0.98 0.18 0.59 0.95 0.42
Hex D0 7 5 0 61 62 12 1 5F 2A
Octal 320 7 5 0 141 142 22 1 137 52
Binary 11010000 111 101 0 1100001 1100010 10010 1 1011111 101010

Color Harmonies of #D00705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00705

Black with #D00705

Text Example


Text Example

White with #D00705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00705; }

 p { color: rgb(208,7,5); }

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

background-color css

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

 a { background-color: rgb(208,7,5); }

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

border-color css

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

 span { border-color: rgb(208,7,5); }

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