Html Css Color HEX #EF1C0A Scarlet

📋 copy color: '#EF1C0A'

red 239 ◦ green 28 ◦ blue 10

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

Shades of Scarlet #EF1C0A

Tints of Scarlet #EF1C0A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.11%

 BLUE value IS 10 (4.3% from 255) = 3.61%

R = 86.28%
G = 10.11%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EF1C0A (or 0xEF1C0A) is known color: Scarlet. HEX triplet: EF, 1C and 0A. RGB value is (239,28,10). Sum of RGB (Red+Green+Blue) = 239+28+10=277 (36% of max value = 765). Red value is 239 (93.75% from 255 or 86.28% from 277); Green value is 28 (11.33% from 255 or 10.11% from 277); Blue value is 10 (4.30% from 255 or 3.61% from 277); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1C0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF1C0A is #10E3F5. Grayscale: #595959. Windows color (decimal): -1106934 or 662767. OLE color: 662767.

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

Color convert

RGB 239 28 10 -
CMYK 0 0.88 0.96 0.06
HSL 4.72º 0.92% 0.49% -
HSV(B) 4.72º 0.96% 0.94% -
XYZ 36.07 19.2 2.09 -
YUV 89.04 83.4 234.96 -
System Red Green Blue C M Y K H S L
Decimal 239 28 10 0 0.88 0.96 0.06 4.72 0.92 0.49
Hex EF 1C A 0 58 60 6 5 5C 31
Octal 357 34 12 0 130 140 6 5 134 61
Binary 11101111 11100 1010 0 1011000 1100000 110 101 1011100 110001

Color Harmonies of #EF1C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1C0A

Black with #EF1C0A

Text Example


Text Example

White with #EF1C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1C0A; }

 p { color: rgb(239,28,10); }

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

background-color css

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

 a { background-color: rgb(239,28,10); }

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

border-color css

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

 span { border-color: rgb(239,28,10); }

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