#EF2D2D

Color #EF2D2D Red Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Orange #EF2D2D

Tints of Red Orange #EF2D2D

Color information

#EF2D2D (or 0xEF2D2D) is unknown color: approx Red Orange. HEX triplet: EF, 2D and 2D. RGB value is (239,45,45). Sum of RGB (Red+Green+Blue) = 239+45+45=329 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.64% from 329); Green value is 45 (17.97% from 255 or 13.68% from 329); Blue value is 45 (17.97% from 255 or 13.68% from 329); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2D2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2D2D is #10D2D2. Grayscale: #676767. Windows color (decimal): -1102547 or 2960879. OLE color: 2960879.

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

Color convert

RGB2394545-
CMYK00.810.810.06
HSL85.84%55.69%-
HSV(B)81.17%93.73%-
XYZ37.0120.424.47-
YUV103.0195.27225-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 72.64%
GREEN value IS 45 (17.97% from 255) = 13.68%
BLUE value IS 45 (17.97% from 255) = 13.68%
R=72.64%
G=13.68%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.81
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239454500.810.810.06085.8455.69
HexEF2D2D05151605638
Octal357555501211216012670
Binary1110111110110110110101010001101000111001010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF2D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF2D2D; }

 p { color: rgb(239,45,45); }

 H1.HeaderClassName
 {
   color: #EF2D2D;
 }
 .AnyTagClassName
 {
   color: #EF2D2D;
 }
</style>
background-color css

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

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

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

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

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

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