Html Css Color HEX #DE0800 Free Speech Red

📋 copy color: '#DE0800'

red 222 ◦ green 8 ◦ blue 0

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

Shades of Free Speech Red #DE0800

Tints of Free Speech Red #DE0800

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.48%

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

R = 96.52%
G = 3.48%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DE0800 (or 0xDE0800) is known color: Free Speech Red. HEX triplet: DE, 08 and 00. RGB value is (222,8,0). Sum of RGB (Red+Green+Blue) = 222+8+0=230 (30% of max value = 765). Red value is 222 (87.11% from 255 or 96.52% from 230); Green value is 8 (3.52% from 255 or 3.48% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0800 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE0800 is #21F7FF. Grayscale: #474747. Windows color (decimal): -2226176 or 2270. OLE color: 2270.

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

Color convert

RGB 222 8 0 -
CMYK 0 0.96 1 0.13
HSL 2.16º 1% 0.44% -
HSV(B) 2.16º 1% 0.87% -
XYZ 30.21 15.7 1.44 -
YUV 71.07 87.9 235.65 -
System Red Green Blue C M Y K H S L
Decimal 222 8 0 0 0.96 1 0.13 2.16 1 0.44
Hex DE 8 0 0 60 64 D 2 64 2C
Octal 336 10 0 0 140 144 15 2 144 54
Binary 11011110 1000 0 0 1100000 1100100 1101 10 1100100 101100

Color Harmonies of #DE0800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0800

Black with #DE0800

Text Example


Text Example

White with #DE0800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0800; }

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

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

background-color css

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

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

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

border-color css

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

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

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