Html Css Color HEX #EF2700 Scarlet

📋 copy color: '#EF2700'

red 239 ◦ green 39 ◦ blue 0

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

Shades of Scarlet #EF2700

Tints of Scarlet #EF2700

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.03%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 85.97%
G = 14.03%
B = 0%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EF2700 (or 0xEF2700) is known color: Scarlet. HEX triplet: EF, 27 and 00. RGB value is (239,39,0). Sum of RGB (Red+Green+Blue) = 239+39+0=278 (36% of max value = 765). Red value is 239 (93.75% from 255 or 85.97% from 278); Green value is 39 (15.62% from 255 or 14.03% from 278); Blue value is 0 (0.39% from 255 or 0% from 278); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2700 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2700 is #10D8FF. Grayscale: #5E5E5E. Windows color (decimal): -1104128 or 10223. OLE color: 10223.

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

Color convert

RGB 239 39 0 -
CMYK 0 0.84 1 0.06
HSL 9.79º 1% 0.47% -
HSV(B) 9.79º 1% 0.94% -
XYZ 36.32 19.8 1.91 -
YUV 94.35 74.76 231.17 -
System Red Green Blue C M Y K H S L
Decimal 239 39 0 0 0.84 1 0.06 9.79 1 0.47
Hex EF 27 0 0 54 64 6 A 64 2F
Octal 357 47 0 0 124 144 6 12 144 57
Binary 11101111 100111 0 0 1010100 1100100 110 1010 1100100 101111

Color Harmonies of #EF2700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2700

Black with #EF2700

Text Example


Text Example

White with #EF2700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2700; }

 p { color: rgb(239,39,0); }

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

background-color css

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

 a { background-color: rgb(239,39,0); }

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

border-color css

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

 span { border-color: rgb(239,39,0); }

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