Html Css Color HEX #EF0400 Red

📋 copy color: '#EF0400'

red 239 ◦ green 4 ◦ blue 0

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

Shades of Red #EF0400

Tints of Red #EF0400

RGB

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

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

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

R = 98.35%
G = 1.65%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EF0400 (or 0xEF0400) is known color: Red. HEX triplet: EF, 04 and 00. RGB value is (239,4,0). Sum of RGB (Red+Green+Blue) = 239+4+0=243 (32% of max value = 765). Red value is 239 (93.75% from 255 or 98.35% from 243); Green value is 4 (1.95% from 255 or 1.65% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0400 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0400 is #10FBFF. Grayscale: #4A4A4A. Windows color (decimal): -1113088 or 1263. OLE color: 1263.

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

Color convert

RGB 239 4 0 -
CMYK 0 0.98 1 0.06
HSL 1% 0.47% -
HSV(B) 1% 0.94% -
XYZ 35.64 18.44 1.68 -
YUV 73.81 86.36 245.83 -
System Red Green Blue C M Y K H S L
Decimal 239 4 0 0 0.98 1 0.06 1 1 0.47
Hex EF 4 0 0 62 64 6 1 64 2F
Octal 357 4 0 0 142 144 6 1 144 57
Binary 11101111 100 0 0 1100010 1100100 110 1 1100100 101111

Color Harmonies of #EF0400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0400

Black with #EF0400

Text Example


Text Example

White with #EF0400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0400; }

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

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

background-color css

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

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

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

border-color css

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

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

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