Html Css Color HEX #EF1E07 Scarlet

📋 copy color: '#EF1E07'

red 239 ◦ green 30 ◦ blue 7

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

Shades of Scarlet #EF1E07

Tints of Scarlet #EF1E07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.54%

R = 86.59%
G = 10.87%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EF1E07 (or 0xEF1E07) is known color: Scarlet. HEX triplet: EF, 1E and 07. RGB value is (239,30,7). Sum of RGB (Red+Green+Blue) = 239+30+7=276 (36% of max value = 765). Red value is 239 (93.75% from 255 or 86.59% from 276); Green value is 30 (12.11% from 255 or 10.87% from 276); Blue value is 7 (3.12% from 255 or 2.54% from 276); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1E07 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF1E07 is #10E1F8. Grayscale: #5A5A5A. Windows color (decimal): -1106425 or 466671. OLE color: 466671.

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

Color convert

RGB 239 30 7 -
CMYK 0 0.87 0.97 0.06
HSL 5.95º 0.94% 0.48% -
HSV(B) 5.95º 0.97% 0.94% -
XYZ 36.1 19.29 2.02 -
YUV 89.87 81.24 234.37 -
System Red Green Blue C M Y K H S L
Decimal 239 30 7 0 0.87 0.97 0.06 5.95 0.94 0.48
Hex EF 1E 7 0 57 61 6 6 5E 30
Octal 357 36 7 0 127 141 6 6 136 60
Binary 11101111 11110 111 0 1010111 1100001 110 110 1011110 110000

Color Harmonies of #EF1E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1E07

Black with #EF1E07

Text Example


Text Example

White with #EF1E07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1E07; }

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

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

background-color css

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

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

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

border-color css

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

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

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