Html Css Color HEX #DE0807 Free Speech Red

📋 copy color: '#DE0807'

red 222 ◦ green 8 ◦ blue 7

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

Shades of Free Speech Red #DE0807

Tints of Free Speech Red #DE0807

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.95%

R = 93.67%
G = 3.38%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DE0807 (or 0xDE0807) is known color: Free Speech Red. HEX triplet: DE, 08 and 07. RGB value is (222,8,7). Sum of RGB (Red+Green+Blue) = 222+8+7=237 (31% of max value = 765). Red value is 222 (87.11% from 255 or 93.67% from 237); Green value is 8 (3.52% from 255 or 3.38% from 237); Blue value is 7 (3.12% from 255 or 2.95% from 237); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0807 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE0807 is #21F7F8. Grayscale: #484848. Windows color (decimal): -2226169 or 461022. OLE color: 461022.

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

Color convert

RGB 222 8 7 -
CMYK 0 0.96 0.97 0.13
HSL 0.28º 0.94% 0.45% -
HSV(B) 0.28º 0.97% 0.87% -
XYZ 30.25 15.72 1.64 -
YUV 71.87 91.4 235.08 -
System Red Green Blue C M Y K H S L
Decimal 222 8 7 0 0.96 0.97 0.13 0.28 0.94 0.45
Hex DE 8 7 0 60 61 D 0 5E 2D
Octal 336 10 7 0 140 141 15 0 136 55
Binary 11011110 1000 111 0 1100000 1100001 1101 0 1011110 101101

Color Harmonies of #DE0807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0807

Black with #DE0807

Text Example


Text Example

White with #DE0807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0807; }

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

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

background-color css

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

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

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

border-color css

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

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

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