Html Css Color HEX #EF320F Scarlet

📋 copy color: '#EF320F'

red 239 ◦ green 50 ◦ blue 15

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

Shades of Scarlet #EF320F

Tints of Scarlet #EF320F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.93%

R = 78.62%
G = 16.45%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#EF320F (or 0xEF320F) is known color: Scarlet. HEX triplet: EF, 32 and 0F. RGB value is (239,50,15). Sum of RGB (Red+Green+Blue) = 239+50+15=304 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.62% from 304); Green value is 50 (19.92% from 255 or 16.45% from 304); Blue value is 15 (6.25% from 255 or 4.93% from 304); Max value from RGB is 239 - color contains mainly: red. Hex color #EF320F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF320F is #10CDF0. Grayscale: #666666. Windows color (decimal): -1101297 or 996079. OLE color: 996079.

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

Color convert

RGB 239 50 15 -
CMYK 0 0.79 0.94 0.06
HSL 9.38º 0.88% 0.5% -
HSV(B) 9.38º 0.94% 0.94% -
XYZ 36.82 20.67 2.5 -
YUV 102.52 78.62 225.35 -
System Red Green Blue C M Y K H S L
Decimal 239 50 15 0 0.79 0.94 0.06 9.38 0.88 0.5
Hex EF 32 F 0 4F 5E 6 9 58 32
Octal 357 62 17 0 117 136 6 11 130 62
Binary 11101111 110010 1111 0 1001111 1011110 110 1001 1011000 110010

Color Harmonies of #EF320F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF320F

Black with #EF320F

Text Example


Text Example

White with #EF320F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF320F; }

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

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

background-color css

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

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

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

border-color css

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

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

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