Html Css Color HEX #EF3404 Scarlet

📋 copy color: '#EF3404'

red 239 ◦ green 52 ◦ blue 4

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

Shades of Scarlet #EF3404

Tints of Scarlet #EF3404

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.63%

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

R = 81.02%
G = 17.63%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EF3404 (or 0xEF3404) is known color: Scarlet. HEX triplet: EF, 34 and 04. RGB value is (239,52,4). Sum of RGB (Red+Green+Blue) = 239+52+4=295 (39% of max value = 765). Red value is 239 (93.75% from 255 or 81.02% from 295); Green value is 52 (20.70% from 255 or 17.63% from 295); Blue value is 4 (1.95% from 255 or 1.36% from 295); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3404 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3404 is #10CBFB. Grayscale: #666666. Windows color (decimal): -1100796 or 275695. OLE color: 275695.

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

Color convert

RGB 239 52 4 -
CMYK 0 0.78 0.98 0.06
HSL 12.26º 0.97% 0.48% -
HSV(B) 12.26º 0.98% 0.94% -
XYZ 36.85 20.82 2.19 -
YUV 102.44 72.45 225.4 -
System Red Green Blue C M Y K H S L
Decimal 239 52 4 0 0.78 0.98 0.06 12.26 0.97 0.48
Hex EF 34 4 0 4E 62 6 C 61 30
Octal 357 64 4 0 116 142 6 14 141 60
Binary 11101111 110100 100 0 1001110 1100010 110 1100 1100001 110000

Color Harmonies of #EF3404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3404

Black with #EF3404

Text Example


Text Example

White with #EF3404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3404; }

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

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

background-color css

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

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

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

border-color css

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

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

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