Html Css Color HEX #EF2D20 Red Orange

📋 copy color: '#EF2D20'

red 239 ◦ green 45 ◦ blue 32

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

Shades of Red Orange #EF2D20

Tints of Red Orange #EF2D20

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.24%

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

R = 75.63%
G = 14.24%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EF2D20 (or 0xEF2D20) is known color: Red Orange. HEX triplet: EF, 2D and 20. RGB value is (239,45,32). Sum of RGB (Red+Green+Blue) = 239+45+32=316 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.63% from 316); Green value is 45 (17.97% from 255 or 14.24% from 316); Blue value is 32 (12.89% from 255 or 10.13% from 316); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2D20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2D20 is #10D2DF. Grayscale: #656565. Windows color (decimal): -1102560 or 2108911. OLE color: 2108911.

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

Color convert

RGB 239 45 32 -
CMYK 0 0.81 0.87 0.06
HSL 3.77º 0.87% 0.53% -
HSV(B) 3.77º 0.87% 0.94% -
XYZ 36.8 20.33 3.35 -
YUV 101.52 88.77 226.06 -
System Red Green Blue C M Y K H S L
Decimal 239 45 32 0 0.81 0.87 0.06 3.77 0.87 0.53
Hex EF 2D 20 0 51 57 6 4 57 35
Octal 357 55 40 0 121 127 6 4 127 65
Binary 11101111 101101 100000 0 1010001 1010111 110 100 1010111 110101

Color Harmonies of #EF2D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2D20

Black with #EF2D20

Text Example


Text Example

White with #EF2D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2D20; }

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

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

background-color css

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

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

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

border-color css

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

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

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