Html Css Color HEX #EF0702 Red

📋 copy color: '#EF0702'

red 239 ◦ green 7 ◦ blue 2

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

Shades of Red #EF0702

Tints of Red #EF0702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.81%

R = 96.37%
G = 2.82%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#EF0702 (or 0xEF0702) is known color: Red. HEX triplet: EF, 07 and 02. RGB value is (239,7,2). Sum of RGB (Red+Green+Blue) = 239+7+2=248 (32% of max value = 765). Red value is 239 (93.75% from 255 or 96.37% from 248); Green value is 7 (3.12% from 255 or 2.82% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0702 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0702 is #10F8FD. Grayscale: #4C4C4C. Windows color (decimal): -1112318 or 133103. OLE color: 133103.

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

Color convert

RGB 239 7 2 -
CMYK 0 0.97 0.99 0.06
HSL 1.27º 0.98% 0.47% -
HSV(B) 1.27º 0.99% 0.94% -
XYZ 35.68 18.51 1.75 -
YUV 75.8 86.36 244.41 -
System Red Green Blue C M Y K H S L
Decimal 239 7 2 0 0.97 0.99 0.06 1.27 0.98 0.47
Hex EF 7 2 0 61 63 6 1 62 2F
Octal 357 7 2 0 141 143 6 1 142 57
Binary 11101111 111 10 0 1100001 1100011 110 1 1100010 101111

Color Harmonies of #EF0702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0702

Black with #EF0702

Text Example


Text Example

White with #EF0702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0702; }

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

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

background-color css

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

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

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

border-color css

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

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

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