Html Css Color HEX #EF1E00 Scarlet

📋 copy color: '#EF1E00'

red 239 ◦ green 30 ◦ blue 0

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

Shades of Scarlet #EF1E00

Tints of Scarlet #EF1E00

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.15%

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

R = 88.85%
G = 11.15%
B = 0%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EF1E00 (or 0xEF1E00) is known color: Scarlet. HEX triplet: EF, 1E and 00. RGB value is (239,30,0). Sum of RGB (Red+Green+Blue) = 239+30+0=269 (35% of max value = 765). Red value is 239 (93.75% from 255 or 88.85% from 269); Green value is 30 (12.11% from 255 or 11.15% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1E00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF1E00 is #10E1FF. Grayscale: #595959. Windows color (decimal): -1106432 or 7919. OLE color: 7919.

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

Color convert

RGB 239 30 0 -
CMYK 0 0.87 1 0.06
HSL 7.53º 1% 0.47% -
HSV(B) 7.53º 1% 0.94% -
XYZ 36.06 19.28 1.82 -
YUV 89.07 77.74 234.94 -
System Red Green Blue C M Y K H S L
Decimal 239 30 0 0 0.87 1 0.06 7.53 1 0.47
Hex EF 1E 0 0 57 64 6 8 64 2F
Octal 357 36 0 0 127 144 6 10 144 57
Binary 11101111 11110 0 0 1010111 1100100 110 1000 1100100 101111

Color Harmonies of #EF1E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1E00

Black with #EF1E00

Text Example


Text Example

White with #EF1E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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