Html Css Color HEX #EF2400 Scarlet

📋 copy color: '#EF2400'

red 239 ◦ green 36 ◦ blue 0

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

Shades of Scarlet #EF2400

Tints of Scarlet #EF2400

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.09%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 86.91%
G = 13.09%
B = 0%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EF2400 (or 0xEF2400) is known color: Scarlet. HEX triplet: EF, 24 and 00. RGB value is (239,36,0). Sum of RGB (Red+Green+Blue) = 239+36+0=275 (36% of max value = 765). Red value is 239 (93.75% from 255 or 86.91% from 275); Green value is 36 (14.45% from 255 or 13.09% from 275); Blue value is 0 (0.39% from 255 or 0% from 275); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2400 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2400 is #10DBFF. Grayscale: #5C5C5C. Windows color (decimal): -1104896 or 9455. OLE color: 9455.

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

Color convert

RGB 239 36 0 -
CMYK 0 0.85 1 0.06
HSL 9.04º 1% 0.47% -
HSV(B) 9.04º 1% 0.94% -
XYZ 36.23 19.61 1.88 -
YUV 92.59 75.75 232.43 -
System Red Green Blue C M Y K H S L
Decimal 239 36 0 0 0.85 1 0.06 9.04 1 0.47
Hex EF 24 0 0 55 64 6 9 64 2F
Octal 357 44 0 0 125 144 6 11 144 57
Binary 11101111 100100 0 0 1010101 1100100 110 1001 1100100 101111

Color Harmonies of #EF2400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2400

Black with #EF2400

Text Example


Text Example

White with #EF2400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2400; }

 p { color: rgb(239,36,0); }

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

background-color css

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

 a { background-color: rgb(239,36,0); }

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

border-color css

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

 span { border-color: rgb(239,36,0); }

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