Html Css Color HEX #EF300B Scarlet

📋 copy color: '#EF300B'

red 239 ◦ green 48 ◦ blue 11

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

Shades of Scarlet #EF300B

Tints of Scarlet #EF300B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.69%

R = 80.2%
G = 16.11%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EF300B (or 0xEF300B) is known color: Scarlet. HEX triplet: EF, 30 and 0B. RGB value is (239,48,11). Sum of RGB (Red+Green+Blue) = 239+48+11=298 (39% of max value = 765). Red value is 239 (93.75% from 255 or 80.20% from 298); Green value is 48 (19.14% from 255 or 16.11% from 298); Blue value is 11 (4.69% from 255 or 3.69% from 298); Max value from RGB is 239 - color contains mainly: red. Hex color #EF300B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF300B is #10CFF4. Grayscale: #656565. Windows color (decimal): -1101813 or 733423. OLE color: 733423.

HSL color Cylindrical-coordinate representation of color #EF300B: hue angle of 9.74º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF300B is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 48 11 -
CMYK 0 0.80 0.95 0.06
HSL 9.74º 0.91% 0.49% -
HSV(B) 9.74º 0.95% 0.94% -
XYZ 36.71 20.49 2.34 -
YUV 100.89 77.28 226.51 -
System Red Green Blue C M Y K H S L
Decimal 239 48 11 0 0.80 0.95 0.06 9.74 0.91 0.49
Hex EF 30 B 0 50 5F 6 A 5B 31
Octal 357 60 13 0 120 137 6 12 133 61
Binary 11101111 110000 1011 0 1010000 1011111 110 1010 1011011 110001

Color Harmonies of #EF300B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF300B

Black with #EF300B

Text Example


Text Example

White with #EF300B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF300B; }

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

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

background-color css

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

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

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

border-color css

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

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

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