Html Css Color HEX #EF2304 Scarlet

📋 copy color: '#EF2304'

red 239 ◦ green 35 ◦ blue 4

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

Shades of Scarlet #EF2304

Tints of Scarlet #EF2304

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.59%

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

R = 85.97%
G = 12.59%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EF2304 (or 0xEF2304) is known color: Scarlet. HEX triplet: EF, 23 and 04. RGB value is (239,35,4). Sum of RGB (Red+Green+Blue) = 239+35+4=278 (36% of max value = 765). Red value is 239 (93.75% from 255 or 85.97% from 278); Green value is 35 (14.06% from 255 or 12.59% from 278); Blue value is 4 (1.95% from 255 or 1.44% from 278); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2304 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2304 is #10DCFB. Grayscale: #5C5C5C. Windows color (decimal): -1105148 or 271343. OLE color: 271343.

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

Color convert

RGB 239 35 4 -
CMYK 0 0.85 0.98 0.06
HSL 7.91º 0.97% 0.48% -
HSV(B) 7.91º 0.98% 0.94% -
XYZ 36.22 19.56 1.98 -
YUV 92.46 78.09 232.52 -
System Red Green Blue C M Y K H S L
Decimal 239 35 4 0 0.85 0.98 0.06 7.91 0.97 0.48
Hex EF 23 4 0 55 62 6 8 61 30
Octal 357 43 4 0 125 142 6 10 141 60
Binary 11101111 100011 100 0 1010101 1100010 110 1000 1100001 110000

Color Harmonies of #EF2304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2304

Black with #EF2304

Text Example


Text Example

White with #EF2304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2304; }

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

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

background-color css

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

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

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

border-color css

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

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

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