Html Css Color HEX #EF2520 Red Orange

📋 copy color: '#EF2520'

red 239 ◦ green 37 ◦ blue 32

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

Shades of Red Orange #EF2520

Tints of Red Orange #EF2520

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.01%

 BLUE value IS 32 (12.89% from 255) = 10.39%

R = 77.6%
G = 12.01%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EF2520 (or 0xEF2520) is known color: Red Orange. HEX triplet: EF, 25 and 20. RGB value is (239,37,32). Sum of RGB (Red+Green+Blue) = 239+37+32=308 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.60% from 308); Green value is 37 (14.84% from 255 or 12.01% from 308); Blue value is 32 (12.89% from 255 or 10.39% from 308); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2520 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2520 is #10DADF. Grayscale: #616161. Windows color (decimal): -1104608 or 2106863. OLE color: 2106863.

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

Color convert

RGB 239 37 32 -
CMYK 0 0.85 0.87 0.06
HSL 1.45º 0.87% 0.53% -
HSV(B) 1.45º 0.87% 0.94% -
XYZ 36.52 19.78 3.26 -
YUV 96.83 91.42 229.41 -
System Red Green Blue C M Y K H S L
Decimal 239 37 32 0 0.85 0.87 0.06 1.45 0.87 0.53
Hex EF 25 20 0 55 57 6 1 57 35
Octal 357 45 40 0 125 127 6 1 127 65
Binary 11101111 100101 100000 0 1010101 1010111 110 1 1010111 110101

Color Harmonies of #EF2520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2520

Black with #EF2520

Text Example


Text Example

White with #EF2520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2520; }

 p { color: rgb(239,37,32); }

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

background-color css

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

 a { background-color: rgb(239,37,32); }

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

border-color css

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

 span { border-color: rgb(239,37,32); }

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