Html Css Color HEX #EF250E Scarlet

📋 copy color: '#EF250E'

red 239 ◦ green 37 ◦ blue 14

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

Shades of Scarlet #EF250E

Tints of Scarlet #EF250E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.76%

 BLUE value IS 14 (5.86% from 255) = 4.83%

R = 82.41%
G = 12.76%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#EF250E (or 0xEF250E) is known color: Scarlet. HEX triplet: EF, 25 and 0E. RGB value is (239,37,14). Sum of RGB (Red+Green+Blue) = 239+37+14=290 (38% of max value = 765). Red value is 239 (93.75% from 255 or 82.41% from 290); Green value is 37 (14.84% from 255 or 12.76% from 290); Blue value is 14 (5.86% from 255 or 4.83% from 290); Max value from RGB is 239 - color contains mainly: red. Hex color #EF250E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF250E is #10DAF1. Grayscale: #5F5F5F. Windows color (decimal): -1104626 or 927215. OLE color: 927215.

HSL color Cylindrical-coordinate representation of color #EF250E: hue angle of 6.13º degrees, saturation: 0.89, 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 #EF250E is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 37 14 -
CMYK 0 0.85 0.94 0.06
HSL 6.13º 0.89% 0.5% -
HSV(B) 6.13º 0.94% 0.94% -
XYZ 36.34 19.71 2.3 -
YUV 94.78 82.42 230.87 -
System Red Green Blue C M Y K H S L
Decimal 239 37 14 0 0.85 0.94 0.06 6.13 0.89 0.5
Hex EF 25 E 0 55 5E 6 6 59 32
Octal 357 45 16 0 125 136 6 6 131 62
Binary 11101111 100101 1110 0 1010101 1011110 110 110 1011001 110010

Color Harmonies of #EF250E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF250E

Black with #EF250E

Text Example


Text Example

White with #EF250E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF250E; }

 p { color: rgb(239,37,14); }

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

background-color css

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

 a { background-color: rgb(239,37,14); }

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

border-color css

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

 span { border-color: rgb(239,37,14); }

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