Html Css Color HEX #EF0807 Red

📋 copy color: '#EF0807'

red 239 ◦ green 8 ◦ blue 7

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

Shades of Red #EF0807

Tints of Red #EF0807

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.15%

 BLUE value IS 7 (3.13% from 255) = 2.76%

R = 94.09%
G = 3.15%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EF0807 (or 0xEF0807) is known color: Red. HEX triplet: EF, 08 and 07. RGB value is (239,8,7). Sum of RGB (Red+Green+Blue) = 239+8+7=254 (33% of max value = 765). Red value is 239 (93.75% from 255 or 94.09% from 254); Green value is 8 (3.52% from 255 or 3.15% from 254); Blue value is 7 (3.12% from 255 or 2.76% from 254); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0807 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0807 is #10F7F8. Grayscale: #4D4D4D. Windows color (decimal): -1112057 or 461039. OLE color: 461039.

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

Color convert

RGB 239 8 7 -
CMYK 0 0.97 0.97 0.06
HSL 0.26º 0.94% 0.48% -
HSV(B) 0.26º 0.97% 0.94% -
XYZ 35.72 18.54 1.9 -
YUV 76.96 88.53 243.58 -
System Red Green Blue C M Y K H S L
Decimal 239 8 7 0 0.97 0.97 0.06 0.26 0.94 0.48
Hex EF 8 7 0 61 61 6 0 5E 30
Octal 357 10 7 0 141 141 6 0 136 60
Binary 11101111 1000 111 0 1100001 1100001 110 0 1011110 110000

Color Harmonies of #EF0807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0807

Black with #EF0807

Text Example


Text Example

White with #EF0807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0807; }

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

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

background-color css

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

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

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

border-color css

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

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

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