Html Css Color HEX #EF2F04 Scarlet

📋 copy color: '#EF2F04'

red 239 ◦ green 47 ◦ blue 4

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

Shades of Scarlet #EF2F04

Tints of Scarlet #EF2F04

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.21%

 BLUE value IS 4 (1.95% from 255) = 1.38%

R = 82.41%
G = 16.21%
B = 1.38%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EF2F04 (or 0xEF2F04) is known color: Scarlet. HEX triplet: EF, 2F and 04. RGB value is (239,47,4). Sum of RGB (Red+Green+Blue) = 239+47+4=290 (38% of max value = 765). Red value is 239 (93.75% from 255 or 82.41% from 290); Green value is 47 (18.75% from 255 or 16.21% from 290); Blue value is 4 (1.95% from 255 or 1.38% from 290); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2F04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2F04 is #10D0FB. Grayscale: #636363. Windows color (decimal): -1102076 or 274415. OLE color: 274415.

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

Color convert

RGB 239 47 4 -
CMYK 0 0.80 0.98 0.06
HSL 10.98º 0.97% 0.48% -
HSV(B) 10.98º 0.98% 0.94% -
XYZ 36.64 20.39 2.12 -
YUV 99.51 74.11 227.5 -
System Red Green Blue C M Y K H S L
Decimal 239 47 4 0 0.80 0.98 0.06 10.98 0.97 0.48
Hex EF 2F 4 0 50 62 6 B 61 30
Octal 357 57 4 0 120 142 6 13 141 60
Binary 11101111 101111 100 0 1010000 1100010 110 1011 1100001 110000

Color Harmonies of #EF2F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2F04

Black with #EF2F04

Text Example


Text Example

White with #EF2F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2F04; }

 p { color: rgb(239,47,4); }

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

background-color css

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

 a { background-color: rgb(239,47,4); }

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

border-color css

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

 span { border-color: rgb(239,47,4); }

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