Html Css Color HEX #EF2600 Scarlet

📋 copy color: '#EF2600'

red 239 ◦ green 38 ◦ blue 0

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

Shades of Scarlet #EF2600

Tints of Scarlet #EF2600

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.72%

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

R = 86.28%
G = 13.72%
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

#EF2600 (or 0xEF2600) is known color: Scarlet. HEX triplet: EF, 26 and 00. RGB value is (239,38,0). Sum of RGB (Red+Green+Blue) = 239+38+0=277 (36% of max value = 765). Red value is 239 (93.75% from 255 or 86.28% from 277); Green value is 38 (15.23% from 255 or 13.72% from 277); Blue value is 0 (0.39% from 255 or 0% from 277); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2600 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2600 is #10D9FF. Grayscale: #5E5E5E. Windows color (decimal): -1104384 or 9967. OLE color: 9967.

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

Color convert

RGB 239 38 0 -
CMYK 0 0.84 1 0.06
HSL 9.54º 1% 0.47% -
HSV(B) 9.54º 1% 0.94% -
XYZ 36.29 19.74 1.9 -
YUV 93.77 75.09 231.59 -
System Red Green Blue C M Y K H S L
Decimal 239 38 0 0 0.84 1 0.06 9.54 1 0.47
Hex EF 26 0 0 54 64 6 A 64 2F
Octal 357 46 0 0 124 144 6 12 144 57
Binary 11101111 100110 0 0 1010100 1100100 110 1010 1100100 101111

Color Harmonies of #EF2600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2600

Black with #EF2600

Text Example


Text Example

White with #EF2600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2600; }

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

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

background-color css

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

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

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

border-color css

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

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

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