Html Css Color HEX #EF0501 Red

📋 copy color: '#EF0501'

red 239 ◦ green 5 ◦ blue 1

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

Shades of Red #EF0501

Tints of Red #EF0501

RGB

 RED value IS 239 (93.75% from 255) = 97.55%

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

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

R = 97.55%
G = 2.04%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#EF0501 (or 0xEF0501) is known color: Red. HEX triplet: EF, 05 and 01. RGB value is (239,5,1). Sum of RGB (Red+Green+Blue) = 239+5+1=245 (32% of max value = 765). Red value is 239 (93.75% from 255 or 97.55% from 245); Green value is 5 (2.34% from 255 or 2.04% from 245); Blue value is 1 (0.78% from 255 or 0.41% from 245); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0501 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0501 is #10FAFE. Grayscale: #4A4A4A. Windows color (decimal): -1112831 or 67055. OLE color: 67055.

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

Color convert

RGB 239 5 1 -
CMYK 0 0.98 1.00 0.06
HSL 1.01º 0.99% 0.47% -
HSV(B) 1.01º 1% 0.94% -
XYZ 35.66 18.46 1.71 -
YUV 74.51 86.52 245.33 -
System Red Green Blue C M Y K H S L
Decimal 239 5 1 0 0.98 1.00 0.06 1.01 0.99 0.47
Hex EF 5 1 0 62 64 6 1 63 2F
Octal 357 5 1 0 142 144 6 1 143 57
Binary 11101111 101 1 0 1100010 1100100 110 1 1100011 101111

Color Harmonies of #EF0501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0501

Black with #EF0501

Text Example


Text Example

White with #EF0501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0501; }

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

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

background-color css

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

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

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

border-color css

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

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

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