Html Css Color HEX #EF2904 Scarlet

📋 copy color: '#EF2904'

red 239 ◦ green 41 ◦ blue 4

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

Shades of Scarlet #EF2904

Tints of Scarlet #EF2904

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.44%

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

R = 84.15%
G = 14.44%
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

#EF2904 (or 0xEF2904) is known color: Scarlet. HEX triplet: EF, 29 and 04. RGB value is (239,41,4). Sum of RGB (Red+Green+Blue) = 239+41+4=284 (37% of max value = 765). Red value is 239 (93.75% from 255 or 84.15% from 284); Green value is 41 (16.41% from 255 or 14.44% from 284); Blue value is 4 (1.95% from 255 or 1.41% from 284); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2904 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2904 is #10D6FB. Grayscale: #606060. Windows color (decimal): -1103612 or 272879. OLE color: 272879.

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

Color convert

RGB 239 41 4 -
CMYK 0 0.83 0.98 0.06
HSL 9.45º 0.97% 0.48% -
HSV(B) 9.45º 0.98% 0.94% -
XYZ 36.41 19.95 2.05 -
YUV 95.98 76.1 230.01 -
System Red Green Blue C M Y K H S L
Decimal 239 41 4 0 0.83 0.98 0.06 9.45 0.97 0.48
Hex EF 29 4 0 53 62 6 9 61 30
Octal 357 51 4 0 123 142 6 11 141 60
Binary 11101111 101001 100 0 1010011 1100010 110 1001 1100001 110000

Color Harmonies of #EF2904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2904

Black with #EF2904

Text Example


Text Example

White with #EF2904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2904; }

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

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

background-color css

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

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

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

border-color css

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

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

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