Html Css Color HEX #EF2804 Scarlet

📋 copy color: '#EF2804'

red 239 ◦ green 40 ◦ blue 4

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

Shades of Scarlet #EF2804

Tints of Scarlet #EF2804

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.13%

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

R = 84.45%
G = 14.13%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EF2804 (or 0xEF2804) is known color: Scarlet. HEX triplet: EF, 28 and 04. RGB value is (239,40,4). Sum of RGB (Red+Green+Blue) = 239+40+4=283 (37% of max value = 765). Red value is 239 (93.75% from 255 or 84.45% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 4 (1.95% from 255 or 1.41% from 283); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2804 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2804 is #10D7FB. Grayscale: #5F5F5F. Windows color (decimal): -1103868 or 272623. OLE color: 272623.

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

Color convert

RGB 239 40 4 -
CMYK 0 0.83 0.98 0.06
HSL 9.19º 0.97% 0.48% -
HSV(B) 9.19º 0.98% 0.94% -
XYZ 36.38 19.88 2.03 -
YUV 95.4 76.43 230.43 -
System Red Green Blue C M Y K H S L
Decimal 239 40 4 0 0.83 0.98 0.06 9.19 0.97 0.48
Hex EF 28 4 0 53 62 6 9 61 30
Octal 357 50 4 0 123 142 6 11 141 60
Binary 11101111 101000 100 0 1010011 1100010 110 1001 1100001 110000

Color Harmonies of #EF2804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2804

Black with #EF2804

Text Example


Text Example

White with #EF2804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2804; }

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

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

background-color css

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

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

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

border-color css

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

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

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