Html Css Color HEX #EF2920 Red Orange

📋 copy color: '#EF2920'

red 239 ◦ green 41 ◦ blue 32

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

Shades of Red Orange #EF2920

Tints of Red Orange #EF2920

RGB

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

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

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

R = 76.6%
G = 13.14%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EF2920 (or 0xEF2920) is known color: Red Orange. HEX triplet: EF, 29 and 20. RGB value is (239,41,32). Sum of RGB (Red+Green+Blue) = 239+41+32=312 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.60% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 32 (12.89% from 255 or 10.26% from 312); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2920 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2920 is #10D6DF. Grayscale: #636363. Windows color (decimal): -1103584 or 2107887. OLE color: 2107887.

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

Color convert

RGB 239 41 32 -
CMYK 0 0.83 0.87 0.06
HSL 2.61º 0.87% 0.53% -
HSV(B) 2.61º 0.87% 0.94% -
XYZ 36.65 20.04 3.3 -
YUV 99.18 90.1 227.73 -
System Red Green Blue C M Y K H S L
Decimal 239 41 32 0 0.83 0.87 0.06 2.61 0.87 0.53
Hex EF 29 20 0 53 57 6 3 57 35
Octal 357 51 40 0 123 127 6 3 127 65
Binary 11101111 101001 100000 0 1010011 1010111 110 11 1010111 110101

Color Harmonies of #EF2920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2920

Black with #EF2920

Text Example


Text Example

White with #EF2920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2920; }

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

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

background-color css

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

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

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

border-color css

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

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

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