Html Css Color HEX #EF0901 Red

📋 copy color: '#EF0901'

red 239 ◦ green 9 ◦ blue 1

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

Shades of Red #EF0901

Tints of Red #EF0901

RGB

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

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

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

R = 95.98%
G = 3.61%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#EF0901 (or 0xEF0901) is known color: Red. HEX triplet: EF, 09 and 01. RGB value is (239,9,1). Sum of RGB (Red+Green+Blue) = 239+9+1=249 (32% of max value = 765). Red value is 239 (93.75% from 255 or 95.98% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 1 (0.78% from 255 or 0.40% from 249); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0901 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0901 is #10F6FE. Grayscale: #4D4D4D. Windows color (decimal): -1111807 or 68079. OLE color: 68079.

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

Color convert

RGB 239 9 1 -
CMYK 0 0.96 1.00 0.06
HSL 2.02º 0.99% 0.47% -
HSV(B) 2.02º 1% 0.94% -
XYZ 35.7 18.55 1.73 -
YUV 76.86 85.2 243.65 -
System Red Green Blue C M Y K H S L
Decimal 239 9 1 0 0.96 1.00 0.06 2.02 0.99 0.47
Hex EF 9 1 0 60 64 6 2 63 2F
Octal 357 11 1 0 140 144 6 2 143 57
Binary 11101111 1001 1 0 1100000 1100100 110 10 1100011 101111

Color Harmonies of #EF0901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0901

Black with #EF0901

Text Example


Text Example

White with #EF0901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0901; }

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

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

background-color css

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

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

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

border-color css

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

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

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