Html Css Color HEX #EF0904 Red

📋 copy color: '#EF0904'

red 239 ◦ green 9 ◦ blue 4

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

Shades of Red #EF0904

Tints of Red #EF0904

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.57%

 BLUE value IS 4 (1.95% from 255) = 1.59%

R = 94.84%
G = 3.57%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EF0904 (or 0xEF0904) is known color: Red. HEX triplet: EF, 09 and 04. RGB value is (239,9,4). Sum of RGB (Red+Green+Blue) = 239+9+4=252 (33% of max value = 765). Red value is 239 (93.75% from 255 or 94.84% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 4 (1.95% from 255 or 1.59% from 252); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0904 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0904 is #10F6FB. Grayscale: #4D4D4D. Windows color (decimal): -1111804 or 264687. OLE color: 264687.

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

Color convert

RGB 239 9 4 -
CMYK 0 0.96 0.98 0.06
HSL 1.28º 0.97% 0.48% -
HSV(B) 1.28º 0.98% 0.94% -
XYZ 35.72 18.55 1.81 -
YUV 77.2 86.7 243.41 -
System Red Green Blue C M Y K H S L
Decimal 239 9 4 0 0.96 0.98 0.06 1.28 0.97 0.48
Hex EF 9 4 0 60 62 6 1 61 30
Octal 357 11 4 0 140 142 6 1 141 60
Binary 11101111 1001 100 0 1100000 1100010 110 1 1100001 110000

Color Harmonies of #EF0904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0904

Black with #EF0904

Text Example


Text Example

White with #EF0904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0904; }

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

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

background-color css

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

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

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

border-color css

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

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

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