Html Css Color HEX #EF2820 Red Orange

📋 copy color: '#EF2820'

red 239 ◦ green 40 ◦ blue 32

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

Shades of Red Orange #EF2820

Tints of Red Orange #EF2820

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.86%

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

R = 76.85%
G = 12.86%
B = 10.29%

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

#EF2820 (or 0xEF2820) is known color: Red Orange. HEX triplet: EF, 28 and 20. RGB value is (239,40,32). Sum of RGB (Red+Green+Blue) = 239+40+32=311 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.85% from 311); Green value is 40 (16.02% from 255 or 12.86% from 311); Blue value is 32 (12.89% from 255 or 10.29% from 311); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2820 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2820 is #10D7DF. Grayscale: #626262. Windows color (decimal): -1103840 or 2107631. OLE color: 2107631.

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

Color convert

RGB 239 40 32 -
CMYK 0 0.83 0.87 0.06
HSL 2.32º 0.87% 0.53% -
HSV(B) 2.32º 0.87% 0.94% -
XYZ 36.62 19.97 3.29 -
YUV 98.59 90.43 228.15 -
System Red Green Blue C M Y K H S L
Decimal 239 40 32 0 0.83 0.87 0.06 2.32 0.87 0.53
Hex EF 28 20 0 53 57 6 2 57 35
Octal 357 50 40 0 123 127 6 2 127 65
Binary 11101111 101000 100000 0 1010011 1010111 110 10 1010111 110101

Color Harmonies of #EF2820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2820

Black with #EF2820

Text Example


Text Example

White with #EF2820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2820; }

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

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

background-color css

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

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

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

border-color css

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

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

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