Html Css Color HEX #DE0900 Free Speech Red

📋 copy color: '#DE0900'

red 222 ◦ green 9 ◦ blue 0

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

Shades of Free Speech Red #DE0900

Tints of Free Speech Red #DE0900

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.9%

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

R = 96.1%
G = 3.9%
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

#DE0900 (or 0xDE0900) is known color: Free Speech Red. HEX triplet: DE, 09 and 00. RGB value is (222,9,0). Sum of RGB (Red+Green+Blue) = 222+9+0=231 (30% of max value = 765). Red value is 222 (87.11% from 255 or 96.10% from 231); Green value is 9 (3.91% from 255 or 3.90% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0900 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE0900 is #21F6FF. Grayscale: #474747. Windows color (decimal): -2225920 or 2526. OLE color: 2526.

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

Color convert

RGB 222 9 0 -
CMYK 0 0.96 1 0.13
HSL 2.43º 1% 0.44% -
HSV(B) 2.43º 1% 0.87% -
XYZ 30.22 15.72 1.44 -
YUV 71.66 87.57 235.23 -
System Red Green Blue C M Y K H S L
Decimal 222 9 0 0 0.96 1 0.13 2.43 1 0.44
Hex DE 9 0 0 60 64 D 2 64 2C
Octal 336 11 0 0 140 144 15 2 144 54
Binary 11011110 1001 0 0 1100000 1100100 1101 10 1100100 101100

Color Harmonies of #DE0900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0900

Black with #DE0900

Text Example


Text Example

White with #DE0900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0900; }

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

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

background-color css

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

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

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

border-color css

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

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

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