Html Css Color HEX #DE0703 Free Speech Red

📋 copy color: '#DE0703'

red 222 ◦ green 7 ◦ blue 3

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

Shades of Free Speech Red #DE0703

Tints of Free Speech Red #DE0703

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.29%

R = 95.69%
G = 3.02%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DE0703 (or 0xDE0703) is known color: Free Speech Red. HEX triplet: DE, 07 and 03. RGB value is (222,7,3). Sum of RGB (Red+Green+Blue) = 222+7+3=232 (30% of max value = 765). Red value is 222 (87.11% from 255 or 95.69% from 232); Green value is 7 (3.12% from 255 or 3.02% from 232); Blue value is 3 (1.56% from 255 or 1.29% from 232); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0703 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE0703 is #21F8FC. Grayscale: #474747. Windows color (decimal): -2226429 or 198622. OLE color: 198622.

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

Color convert

RGB 222 7 3 -
CMYK 0 0.97 0.99 0.13
HSL 1.1º 0.97% 0.44% -
HSV(B) 1.1º 0.99% 0.87% -
XYZ 30.22 15.69 1.52 -
YUV 70.83 89.73 235.83 -
System Red Green Blue C M Y K H S L
Decimal 222 7 3 0 0.97 0.99 0.13 1.1 0.97 0.44
Hex DE 7 3 0 61 63 D 1 61 2C
Octal 336 7 3 0 141 143 15 1 141 54
Binary 11011110 111 11 0 1100001 1100011 1101 1 1100001 101100

Color Harmonies of #DE0703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0703

Black with #DE0703

Text Example


Text Example

White with #DE0703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0703; }

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

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

background-color css

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

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

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

border-color css

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

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

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