Html Css Color HEX #EF3130 Red Orange

📋 copy color: '#EF3130'

red 239 ◦ green 49 ◦ blue 48

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

Shades of Red Orange #EF3130

Tints of Red Orange #EF3130

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.58%

 BLUE value IS 48 (19.14% from 255) = 14.29%

R = 71.13%
G = 14.58%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EF3130 (or 0xEF3130) is known color: Red Orange. HEX triplet: EF, 31 and 30. RGB value is (239,49,48). Sum of RGB (Red+Green+Blue) = 239+49+48=336 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.13% from 336); Green value is 49 (19.53% from 255 or 14.58% from 336); Blue value is 48 (19.14% from 255 or 14.29% from 336); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3130 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3130 is #10CECF. Grayscale: #696969. Windows color (decimal): -1101520 or 3158511. OLE color: 3158511.

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

Color convert

RGB 239 49 48 -
CMYK 0 0.79 0.80 0.06
HSL 0.31º 0.86% 0.56% -
HSV(B) 0.31º 0.8% 0.94% -
XYZ 37.23 20.76 4.84 -
YUV 105.7 95.45 223.08 -
System Red Green Blue C M Y K H S L
Decimal 239 49 48 0 0.79 0.80 0.06 0.31 0.86 0.56
Hex EF 31 30 0 4F 50 6 0 56 38
Octal 357 61 60 0 117 120 6 0 126 70
Binary 11101111 110001 110000 0 1001111 1010000 110 0 1010110 111000

Color Harmonies of #EF3130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3130

Black with #EF3130

Text Example


Text Example

White with #EF3130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3130; }

 p { color: rgb(239,49,48); }

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

background-color css

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

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

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

border-color css

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

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

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