Html Css Color HEX #EF3105 Scarlet

📋 copy color: '#EF3105'

red 239 ◦ green 49 ◦ blue 5

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

Shades of Scarlet #EF3105

Tints of Scarlet #EF3105

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.72%

 BLUE value IS 5 (2.34% from 255) = 1.71%

R = 81.57%
G = 16.72%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EF3105 (or 0xEF3105) is known color: Scarlet. HEX triplet: EF, 31 and 05. RGB value is (239,49,5). Sum of RGB (Red+Green+Blue) = 239+49+5=293 (38% of max value = 765). Red value is 239 (93.75% from 255 or 81.57% from 293); Green value is 49 (19.53% from 255 or 16.72% from 293); Blue value is 5 (2.34% from 255 or 1.71% from 293); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3105 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3105 is #10CEFA. Grayscale: #656565. Windows color (decimal): -1101563 or 340463. OLE color: 340463.

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

Color convert

RGB 239 49 5 -
CMYK 0 0.79 0.98 0.06
HSL 11.28º 0.96% 0.48% -
HSV(B) 11.28º 0.98% 0.94% -
XYZ 36.72 20.56 2.18 -
YUV 100.79 73.95 226.58 -
System Red Green Blue C M Y K H S L
Decimal 239 49 5 0 0.79 0.98 0.06 11.28 0.96 0.48
Hex EF 31 5 0 4F 62 6 B 60 30
Octal 357 61 5 0 117 142 6 13 140 60
Binary 11101111 110001 101 0 1001111 1100010 110 1011 1100000 110000

Color Harmonies of #EF3105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3105

Black with #EF3105

Text Example


Text Example

White with #EF3105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3105; }

 p { color: rgb(239,49,5); }

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

background-color css

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

 a { background-color: rgb(239,49,5); }

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

border-color css

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

 span { border-color: rgb(239,49,5); }

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