Html Css Color HEX #EF280E Scarlet

📋 copy color: '#EF280E'

red 239 ◦ green 40 ◦ blue 14

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

Shades of Scarlet #EF280E

Tints of Scarlet #EF280E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.65%

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

R = 81.57%
G = 13.65%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#EF280E (or 0xEF280E) is known color: Scarlet. HEX triplet: EF, 28 and 0E. RGB value is (239,40,14). Sum of RGB (Red+Green+Blue) = 239+40+14=293 (38% of max value = 765). Red value is 239 (93.75% from 255 or 81.57% from 293); Green value is 40 (16.02% from 255 or 13.65% from 293); Blue value is 14 (5.86% from 255 or 4.78% from 293); Max value from RGB is 239 - color contains mainly: red. Hex color #EF280E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF280E is #10D7F1. Grayscale: #606060. Windows color (decimal): -1103858 or 927983. OLE color: 927983.

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

Color convert

RGB 239 40 14 -
CMYK 0 0.83 0.94 0.06
HSL 6.93º 0.89% 0.5% -
HSV(B) 6.93º 0.94% 0.94% -
XYZ 36.43 19.9 2.34 -
YUV 96.54 81.43 229.61 -
System Red Green Blue C M Y K H S L
Decimal 239 40 14 0 0.83 0.94 0.06 6.93 0.89 0.5
Hex EF 28 E 0 53 5E 6 7 59 32
Octal 357 50 16 0 123 136 6 7 131 62
Binary 11101111 101000 1110 0 1010011 1011110 110 111 1011001 110010

Color Harmonies of #EF280E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF280E

Black with #EF280E

Text Example


Text Example

White with #EF280E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF280E; }

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

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

background-color css

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

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

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

border-color css

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

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

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