Html Css Color HEX #EF0402 Red

📋 copy color: '#EF0402'

red 239 ◦ green 4 ◦ blue 2

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

Shades of Red #EF0402

Tints of Red #EF0402

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.63%

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

R = 97.55%
G = 1.63%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#EF0402 (or 0xEF0402) is known color: Red. HEX triplet: EF, 04 and 02. RGB value is (239,4,2). Sum of RGB (Red+Green+Blue) = 239+4+2=245 (32% of max value = 765). Red value is 239 (93.75% from 255 or 97.55% from 245); Green value is 4 (1.95% from 255 or 1.63% from 245); Blue value is 2 (1.17% from 255 or 0.82% from 245); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0402 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0402 is #10FBFD. Grayscale: #4A4A4A. Windows color (decimal): -1113086 or 132335. OLE color: 132335.

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

Color convert

RGB 239 4 2 -
CMYK 0 0.98 0.99 0.06
HSL 0.51º 0.98% 0.47% -
HSV(B) 0.51º 0.99% 0.94% -
XYZ 35.65 18.44 1.74 -
YUV 74.04 87.36 245.66 -
System Red Green Blue C M Y K H S L
Decimal 239 4 2 0 0.98 0.99 0.06 0.51 0.98 0.47
Hex EF 4 2 0 62 63 6 1 62 2F
Octal 357 4 2 0 142 143 6 1 142 57
Binary 11101111 100 10 0 1100010 1100011 110 1 1100010 101111

Color Harmonies of #EF0402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0402

Black with #EF0402

Text Example


Text Example

White with #EF0402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0402; }

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

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

background-color css

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

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

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

border-color css

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

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

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