Html Css Color HEX #EF3407 Scarlet

📋 copy color: '#EF3407'

red 239 ◦ green 52 ◦ blue 7

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

Shades of Scarlet #EF3407

Tints of Scarlet #EF3407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.35%

R = 80.2%
G = 17.45%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EF3407 (or 0xEF3407) is known color: Scarlet. HEX triplet: EF, 34 and 07. RGB value is (239,52,7). Sum of RGB (Red+Green+Blue) = 239+52+7=298 (39% of max value = 765). Red value is 239 (93.75% from 255 or 80.20% from 298); Green value is 52 (20.70% from 255 or 17.45% from 298); Blue value is 7 (3.12% from 255 or 2.35% from 298); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3407 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3407 is #10CBF8. Grayscale: #676767. Windows color (decimal): -1100793 or 472303. OLE color: 472303.

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

Color convert

RGB 239 52 7 -
CMYK 0 0.78 0.97 0.06
HSL 11.64º 0.94% 0.48% -
HSV(B) 11.64º 0.97% 0.94% -
XYZ 36.86 20.82 2.28 -
YUV 102.78 73.95 225.16 -
System Red Green Blue C M Y K H S L
Decimal 239 52 7 0 0.78 0.97 0.06 11.64 0.94 0.48
Hex EF 34 7 0 4E 61 6 C 5E 30
Octal 357 64 7 0 116 141 6 14 136 60
Binary 11101111 110100 111 0 1001110 1100001 110 1100 1011110 110000

Color Harmonies of #EF3407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3407

Black with #EF3407

Text Example


Text Example

White with #EF3407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3407; }

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

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

background-color css

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

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

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

border-color css

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

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

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