Html Css Color HEX #EF0D01 Red

📋 copy color: '#EF0D01'

red 239 ◦ green 13 ◦ blue 1

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

Shades of Red #EF0D01

Tints of Red #EF0D01

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.14%

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

R = 94.47%
G = 5.14%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#EF0D01 (or 0xEF0D01) is known color: Red. HEX triplet: EF, 0D and 01. RGB value is (239,13,1). Sum of RGB (Red+Green+Blue) = 239+13+1=253 (33% of max value = 765). Red value is 239 (93.75% from 255 or 94.47% from 253); Green value is 13 (5.47% from 255 or 5.14% from 253); Blue value is 1 (0.78% from 255 or 0.40% from 253); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0D01 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0D01 is #10F2FE. Grayscale: #4F4F4F. Windows color (decimal): -1110783 or 69103. OLE color: 69103.

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

Color convert

RGB 239 13 1 -
CMYK 0 0.95 1.00 0.06
HSL 3.03º 0.99% 0.47% -
HSV(B) 3.03º 1% 0.94% -
XYZ 35.75 18.64 1.74 -
YUV 79.21 83.87 241.98 -
System Red Green Blue C M Y K H S L
Decimal 239 13 1 0 0.95 1.00 0.06 3.03 0.99 0.47
Hex EF D 1 0 5F 64 6 3 63 2F
Octal 357 15 1 0 137 144 6 3 143 57
Binary 11101111 1101 1 0 1011111 1100100 110 11 1100011 101111

Color Harmonies of #EF0D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0D01

Black with #EF0D01

Text Example


Text Example

White with #EF0D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0D01; }

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

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

background-color css

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

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

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

border-color css

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

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

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