Html Css Color HEX #EF0700 Red

📋 copy color: '#EF0700'

red 239 ◦ green 7 ◦ blue 0

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

Shades of Red #EF0700

Tints of Red #EF0700

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.85%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 97.15%
G = 2.85%
B = 0%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EF0700 (or 0xEF0700) is known color: Red. HEX triplet: EF, 07 and 00. RGB value is (239,7,0). Sum of RGB (Red+Green+Blue) = 239+7+0=246 (32% of max value = 765). Red value is 239 (93.75% from 255 or 97.15% from 246); Green value is 7 (3.12% from 255 or 2.85% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0700 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0700 is #10F8FF. Grayscale: #4B4B4B. Windows color (decimal): -1112320 or 2031. OLE color: 2031.

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

Color convert

RGB 239 7 0 -
CMYK 0 0.97 1 0.06
HSL 1.76º 1% 0.47% -
HSV(B) 1.76º 1% 0.94% -
XYZ 35.67 18.5 1.69 -
YUV 75.57 85.36 244.57 -
System Red Green Blue C M Y K H S L
Decimal 239 7 0 0 0.97 1 0.06 1.76 1 0.47
Hex EF 7 0 0 61 64 6 2 64 2F
Octal 357 7 0 0 141 144 6 2 144 57
Binary 11101111 111 0 0 1100001 1100100 110 10 1100100 101111

Color Harmonies of #EF0700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0700

Black with #EF0700

Text Example


Text Example

White with #EF0700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0700; }

 p { color: rgb(239,7,0); }

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

background-color css

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

 a { background-color: rgb(239,7,0); }

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

border-color css

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

 span { border-color: rgb(239,7,0); }

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