Html Css Color HEX #EF1305 Scarlet

📋 copy color: '#EF1305'

red 239 ◦ green 19 ◦ blue 5

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

Shades of Scarlet #EF1305

Tints of Scarlet #EF1305

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.22%

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

R = 90.87%
G = 7.22%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EF1305 (or 0xEF1305) is known color: Scarlet. HEX triplet: EF, 13 and 05. RGB value is (239,19,5). Sum of RGB (Red+Green+Blue) = 239+19+5=263 (34% of max value = 765). Red value is 239 (93.75% from 255 or 90.87% from 263); Green value is 19 (7.81% from 255 or 7.22% from 263); Blue value is 5 (2.34% from 255 or 1.90% from 263); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1305 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1305 is #10ECFA. Grayscale: #535353. Windows color (decimal): -1109243 or 332783. OLE color: 332783.

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

Color convert

RGB 239 19 5 -
CMYK 0 0.92 0.98 0.06
HSL 3.59º 0.96% 0.48% -
HSV(B) 3.59º 0.98% 0.94% -
XYZ 35.86 18.83 1.89 -
YUV 83.18 83.89 239.14 -
System Red Green Blue C M Y K H S L
Decimal 239 19 5 0 0.92 0.98 0.06 3.59 0.96 0.48
Hex EF 13 5 0 5C 62 6 4 60 30
Octal 357 23 5 0 134 142 6 4 140 60
Binary 11101111 10011 101 0 1011100 1100010 110 100 1100000 110000

Color Harmonies of #EF1305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1305

Black with #EF1305

Text Example


Text Example

White with #EF1305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1305; }

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

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

background-color css

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

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

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

border-color css

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

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

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