Html Css Color HEX #EF3206 Scarlet

📋 copy color: '#EF3206'

red 239 ◦ green 50 ◦ blue 6

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

Shades of Scarlet #EF3206

Tints of Scarlet #EF3206

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.95%

 BLUE value IS 6 (2.73% from 255) = 2.03%

R = 81.02%
G = 16.95%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EF3206 (or 0xEF3206) is known color: Scarlet. HEX triplet: EF, 32 and 06. RGB value is (239,50,6). Sum of RGB (Red+Green+Blue) = 239+50+6=295 (39% of max value = 765). Red value is 239 (93.75% from 255 or 81.02% from 295); Green value is 50 (19.92% from 255 or 16.95% from 295); Blue value is 6 (2.73% from 255 or 2.03% from 295); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3206 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3206 is #10CDF9. Grayscale: #656565. Windows color (decimal): -1101306 or 406255. OLE color: 406255.

HSL color Cylindrical-coordinate representation of color #EF3206: hue angle of 11.33º degrees, saturation: 0.95, 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 #EF3206 is Cyan = 0, Magento = 0.79, Yellow = 0.97 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 50 6 -
CMYK 0 0.79 0.97 0.06
HSL 11.33º 0.95% 0.48% -
HSV(B) 11.33º 0.97% 0.94% -
XYZ 36.77 20.65 2.22 -
YUV 101.5 74.12 226.08 -
System Red Green Blue C M Y K H S L
Decimal 239 50 6 0 0.79 0.97 0.06 11.33 0.95 0.48
Hex EF 32 6 0 4F 61 6 B 5F 30
Octal 357 62 6 0 117 141 6 13 137 60
Binary 11101111 110010 110 0 1001111 1100001 110 1011 1011111 110000

Color Harmonies of #EF3206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3206

Black with #EF3206

Text Example


Text Example

White with #EF3206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3206; }

 p { color: rgb(239,50,6); }

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

background-color css

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

 a { background-color: rgb(239,50,6); }

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

border-color css

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

 span { border-color: rgb(239,50,6); }

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