Html Css Color HEX #DD0700 Free Speech Red

📋 copy color: '#DD0700'

red 221 ◦ green 7 ◦ blue 0

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

Shades of Free Speech Red #DD0700

Tints of Free Speech Red #DD0700

RGB

 RED value IS 221 (86.72% from 255) = 96.93%

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

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

R = 96.93%
G = 3.07%
B = 0%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DD0700 (or 0xDD0700) is known color: Free Speech Red. HEX triplet: DD, 07 and 00. RGB value is (221,7,0). Sum of RGB (Red+Green+Blue) = 221+7+0=228 (30% of max value = 765). Red value is 221 (86.72% from 255 or 96.93% from 228); Green value is 7 (3.12% from 255 or 3.07% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0700 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0700 is #22F8FF. Grayscale: #464646. Windows color (decimal): -2291968 or 2013. OLE color: 2013.

HSL color Cylindrical-coordinate representation of color #DD0700: hue angle of 1.9º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD0700 is Cyan = 0, Magento = 0.97, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 7 0 -
CMYK 0 0.97 1 0.13
HSL 1.9º 1% 0.43% -
HSV(B) 1.9º 1% 0.87% -
XYZ 29.89 15.52 1.42 -
YUV 70.19 88.4 235.57 -
System Red Green Blue C M Y K H S L
Decimal 221 7 0 0 0.97 1 0.13 1.9 1 0.43
Hex DD 7 0 0 61 64 D 2 64 2B
Octal 335 7 0 0 141 144 15 2 144 53
Binary 11011101 111 0 0 1100001 1100100 1101 10 1100100 101011

Color Harmonies of #DD0700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0700

Black with #DD0700

Text Example


Text Example

White with #DD0700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0700; }

 p { color: rgb(221,7,0); }

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

background-color css

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

 a { background-color: rgb(221,7,0); }

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

border-color css

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

 span { border-color: rgb(221,7,0); }

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