Html Css Color HEX #EF1001 Red

📋 copy color: '#EF1001'

red 239 ◦ green 16 ◦ blue 1

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

Shades of Red #EF1001

Tints of Red #EF1001

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.25%

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

R = 93.36%
G = 6.25%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#EF1001 (or 0xEF1001) is known color: Red. HEX triplet: EF, 10 and 01. RGB value is (239,16,1). Sum of RGB (Red+Green+Blue) = 239+16+1=256 (33% of max value = 765). Red value is 239 (93.75% from 255 or 93.36% from 256); Green value is 16 (6.64% from 255 or 6.25% from 256); Blue value is 1 (0.78% from 255 or 0.39% from 256); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1001 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1001 is #10EFFE. Grayscale: #515151. Windows color (decimal): -1110015 or 69871. OLE color: 69871.

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

Color convert

RGB 239 16 1 -
CMYK 0 0.93 1.00 0.06
HSL 3.78º 0.99% 0.47% -
HSV(B) 3.78º 1% 0.94% -
XYZ 35.79 18.72 1.76 -
YUV 80.97 82.88 240.72 -
System Red Green Blue C M Y K H S L
Decimal 239 16 1 0 0.93 1.00 0.06 3.78 0.99 0.47
Hex EF 10 1 0 5D 64 6 4 63 2F
Octal 357 20 1 0 135 144 6 4 143 57
Binary 11101111 10000 1 0 1011101 1100100 110 100 1100011 101111

Color Harmonies of #EF1001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1001

Black with #EF1001

Text Example


Text Example

White with #EF1001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1001; }

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

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

background-color css

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

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

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

border-color css

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

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

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