Html Css Color HEX #DE0501 Free Speech Red

📋 copy color: '#DE0501'

red 222 ◦ green 5 ◦ blue 1

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

Shades of Free Speech Red #DE0501

Tints of Free Speech Red #DE0501

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.19%

 BLUE value IS 1 (0.78% from 255) = 0.44%

R = 97.37%
G = 2.19%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DE0501 (or 0xDE0501) is known color: Free Speech Red. HEX triplet: DE, 05 and 01. RGB value is (222,5,1). Sum of RGB (Red+Green+Blue) = 222+5+1=228 (30% of max value = 765). Red value is 222 (87.11% from 255 or 97.37% from 228); Green value is 5 (2.34% from 255 or 2.19% from 228); Blue value is 1 (0.78% from 255 or 0.44% from 228); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0501 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE0501 is #21FAFE. Grayscale: #454545. Windows color (decimal): -2226943 or 67038. OLE color: 67038.

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

Color convert

RGB 222 5 1 -
CMYK 0 0.98 1.00 0.13
HSL 1.09º 0.99% 0.44% -
HSV(B) 1.09º 1% 0.87% -
XYZ 30.18 15.64 1.46 -
YUV 69.43 89.39 236.83 -
System Red Green Blue C M Y K H S L
Decimal 222 5 1 0 0.98 1.00 0.13 1.09 0.99 0.44
Hex DE 5 1 0 62 64 D 1 63 2C
Octal 336 5 1 0 142 144 15 1 143 54
Binary 11011110 101 1 0 1100010 1100100 1101 1 1100011 101100

Color Harmonies of #DE0501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0501

Black with #DE0501

Text Example


Text Example

White with #DE0501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0501; }

 p { color: rgb(222,5,1); }

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

background-color css

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

 a { background-color: rgb(222,5,1); }

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

border-color css

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

 span { border-color: rgb(222,5,1); }

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