Html Css Color HEX #EF1805 Scarlet

📋 copy color: '#EF1805'

red 239 ◦ green 24 ◦ blue 5

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

Shades of Scarlet #EF1805

Tints of Scarlet #EF1805

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.96%

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

R = 89.18%
G = 8.96%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EF1805 (or 0xEF1805) is known color: Scarlet. HEX triplet: EF, 18 and 05. RGB value is (239,24,5). Sum of RGB (Red+Green+Blue) = 239+24+5=268 (35% of max value = 765). Red value is 239 (93.75% from 255 or 89.18% from 268); Green value is 24 (9.77% from 255 or 8.96% from 268); Blue value is 5 (2.34% from 255 or 1.87% from 268); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1805 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1805 is #10E7FA. Grayscale: #565656. Windows color (decimal): -1107963 or 334063. OLE color: 334063.

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

Color convert

RGB 239 24 5 -
CMYK 0 0.90 0.98 0.06
HSL 4.87º 0.96% 0.48% -
HSV(B) 4.87º 0.98% 0.94% -
XYZ 35.95 19.01 1.92 -
YUV 86.12 82.23 237.04 -
System Red Green Blue C M Y K H S L
Decimal 239 24 5 0 0.90 0.98 0.06 4.87 0.96 0.48
Hex EF 18 5 0 5A 62 6 5 60 30
Octal 357 30 5 0 132 142 6 5 140 60
Binary 11101111 11000 101 0 1011010 1100010 110 101 1100000 110000

Color Harmonies of #EF1805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1805

Black with #EF1805

Text Example


Text Example

White with #EF1805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1805; }

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

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

background-color css

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

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

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

border-color css

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

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

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