Html Css Color HEX #EF3000 Scarlet

📋 copy color: '#EF3000'

red 239 ◦ green 48 ◦ blue 0

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

Shades of Scarlet #EF3000

Tints of Scarlet #EF3000

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.72%

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

R = 83.28%
G = 16.72%
B = 0%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EF3000 (or 0xEF3000) is known color: Scarlet. HEX triplet: EF, 30 and 00. RGB value is (239,48,0). Sum of RGB (Red+Green+Blue) = 239+48+0=287 (38% of max value = 765). Red value is 239 (93.75% from 255 or 83.28% from 287); Green value is 48 (19.14% from 255 or 16.72% from 287); Blue value is 0 (0.39% from 255 or 0% from 287); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3000 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3000 is #10CFFF. Grayscale: #646464. Windows color (decimal): -1101824 or 12527. OLE color: 12527.

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

Color convert

RGB 239 48 0 -
CMYK 0 0.80 1 0.06
HSL 12.05º 1% 0.47% -
HSV(B) 12.05º 1% 0.94% -
XYZ 36.65 20.46 2.02 -
YUV 99.64 71.78 227.4 -
System Red Green Blue C M Y K H S L
Decimal 239 48 0 0 0.80 1 0.06 12.05 1 0.47
Hex EF 30 0 0 50 64 6 C 64 2F
Octal 357 60 0 0 120 144 6 14 144 57
Binary 11101111 110000 0 0 1010000 1100100 110 1100 1100100 101111

Color Harmonies of #EF3000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3000

Black with #EF3000

Text Example


Text Example

White with #EF3000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3000; }

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

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

background-color css

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

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

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

border-color css

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

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

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