Html Css Color HEX #EF2A03 Scarlet

📋 copy color: '#EF2A03'

red 239 ◦ green 42 ◦ blue 3

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

Shades of Scarlet #EF2A03

Tints of Scarlet #EF2A03

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.79%

 BLUE value IS 3 (1.56% from 255) = 1.06%

R = 84.15%
G = 14.79%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#EF2A03 (or 0xEF2A03) is known color: Scarlet. HEX triplet: EF, 2A and 03. RGB value is (239,42,3). Sum of RGB (Red+Green+Blue) = 239+42+3=284 (37% of max value = 765). Red value is 239 (93.75% from 255 or 84.15% from 284); Green value is 42 (16.80% from 255 or 14.79% from 284); Blue value is 3 (1.56% from 255 or 1.06% from 284); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2A03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2A03 is #10D5FC. Grayscale: #606060. Windows color (decimal): -1103357 or 207599. OLE color: 207599.

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

Color convert

RGB 239 42 3 -
CMYK 0 0.82 0.99 0.06
HSL 9.92º 0.98% 0.47% -
HSV(B) 9.92º 0.99% 0.94% -
XYZ 36.44 20.01 2.03 -
YUV 96.46 75.27 229.67 -
System Red Green Blue C M Y K H S L
Decimal 239 42 3 0 0.82 0.99 0.06 9.92 0.98 0.47
Hex EF 2A 3 0 52 63 6 A 62 2F
Octal 357 52 3 0 122 143 6 12 142 57
Binary 11101111 101010 11 0 1010010 1100011 110 1010 1100010 101111

Color Harmonies of #EF2A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2A03

Black with #EF2A03

Text Example


Text Example

White with #EF2A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2A03; }

 p { color: rgb(239,42,3); }

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

background-color css

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

 a { background-color: rgb(239,42,3); }

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

border-color css

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

 span { border-color: rgb(239,42,3); }

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