Html Css Color HEX #DE0400 Free Speech Red

📋 copy color: '#DE0400'

red 222 ◦ green 4 ◦ blue 0

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

Shades of Free Speech Red #DE0400

Tints of Free Speech Red #DE0400

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.77%

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

R = 98.23%
G = 1.77%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DE0400 (or 0xDE0400) is known color: Free Speech Red. HEX triplet: DE, 04 and 00. RGB value is (222,4,0). Sum of RGB (Red+Green+Blue) = 222+4+0=226 (29% of max value = 765). Red value is 222 (87.11% from 255 or 98.23% from 226); Green value is 4 (1.95% from 255 or 1.77% from 226); Blue value is 0 (0.39% from 255 or 0% from 226); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0400 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE0400 is #21FBFF. Grayscale: #444444. Windows color (decimal): -2227200 or 1246. OLE color: 1246.

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

Color convert

RGB 222 4 0 -
CMYK 0 0.98 1 0.13
HSL 1.08º 1% 0.44% -
HSV(B) 1.08º 1% 0.87% -
XYZ 30.17 15.62 1.42 -
YUV 68.73 89.22 237.33 -
System Red Green Blue C M Y K H S L
Decimal 222 4 0 0 0.98 1 0.13 1.08 1 0.44
Hex DE 4 0 0 62 64 D 1 64 2C
Octal 336 4 0 0 142 144 15 1 144 54
Binary 11011110 100 0 0 1100010 1100100 1101 1 1100100 101100

Color Harmonies of #DE0400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0400

Black with #DE0400

Text Example


Text Example

White with #DE0400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0400; }

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

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

background-color css

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

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

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

border-color css

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

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

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