Html Css Color HEX #DE0700 Free Speech Red

📋 copy color: '#DE0700'

red 222 ◦ green 7 ◦ blue 0

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

Shades of Free Speech Red #DE0700

Tints of Free Speech Red #DE0700

RGB

 RED value IS 222 (87.11% from 255) = 96.94%

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

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

R = 96.94%
G = 3.06%
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

#DE0700 (or 0xDE0700) is known color: Free Speech Red. HEX triplet: DE, 07 and 00. RGB value is (222,7,0). Sum of RGB (Red+Green+Blue) = 222+7+0=229 (30% of max value = 765). Red value is 222 (87.11% from 255 or 96.94% from 229); Green value is 7 (3.12% from 255 or 3.06% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0700 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE0700 is #21F8FF. Grayscale: #464646. Windows color (decimal): -2226432 or 2014. OLE color: 2014.

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

Color convert

RGB 222 7 0 -
CMYK 0 0.97 1 0.13
HSL 1.89º 1% 0.44% -
HSV(B) 1.89º 1% 0.87% -
XYZ 30.2 15.68 1.44 -
YUV 70.49 88.23 236.07 -
System Red Green Blue C M Y K H S L
Decimal 222 7 0 0 0.97 1 0.13 1.89 1 0.44
Hex DE 7 0 0 61 64 D 2 64 2C
Octal 336 7 0 0 141 144 15 2 144 54
Binary 11011110 111 0 0 1100001 1100100 1101 10 1100100 101100

Color Harmonies of #DE0700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0700

Black with #DE0700

Text Example


Text Example

White with #DE0700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0700; }

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

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

background-color css

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

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

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

border-color css

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

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

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