Html Css Color HEX #EF2F28 Red Orange

📋 copy color: '#EF2F28'

red 239 ◦ green 47 ◦ blue 40

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

Shades of Red Orange #EF2F28

Tints of Red Orange #EF2F28

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.42%

 BLUE value IS 40 (16.02% from 255) = 12.27%

R = 73.31%
G = 14.42%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EF2F28 (or 0xEF2F28) is known color: Red Orange. HEX triplet: EF, 2F and 28. RGB value is (239,47,40). Sum of RGB (Red+Green+Blue) = 239+47+40=326 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.31% from 326); Green value is 47 (18.75% from 255 or 14.42% from 326); Blue value is 40 (16.02% from 255 or 12.27% from 326); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2F28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2F28 is #10D0D7. Grayscale: #676767. Windows color (decimal): -1102040 or 2633711. OLE color: 2633711.

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

Color convert

RGB 239 47 40 -
CMYK 0 0.80 0.83 0.06
HSL 2.11º 0.86% 0.55% -
HSV(B) 2.11º 0.83% 0.94% -
XYZ 37 20.54 4.02 -
YUV 103.61 92.11 224.57 -
System Red Green Blue C M Y K H S L
Decimal 239 47 40 0 0.80 0.83 0.06 2.11 0.86 0.55
Hex EF 2F 28 0 50 53 6 2 56 37
Octal 357 57 50 0 120 123 6 2 126 67
Binary 11101111 101111 101000 0 1010000 1010011 110 10 1010110 110111

Color Harmonies of #EF2F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2F28

Black with #EF2F28

Text Example


Text Example

White with #EF2F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2F28; }

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

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

background-color css

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

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

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

border-color css

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

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

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