Html Css Color HEX #EF302B Red Orange

📋 copy color: '#EF302B'

red 239 ◦ green 48 ◦ blue 43

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

Shades of Red Orange #EF302B

Tints of Red Orange #EF302B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.55%

 BLUE value IS 43 (17.19% from 255) = 13.03%

R = 72.42%
G = 14.55%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EF302B (or 0xEF302B) is known color: Red Orange. HEX triplet: EF, 30 and 2B. RGB value is (239,48,43). Sum of RGB (Red+Green+Blue) = 239+48+43=330 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.42% from 330); Green value is 48 (19.14% from 255 or 14.55% from 330); Blue value is 43 (17.19% from 255 or 13.03% from 330); Max value from RGB is 239 - color contains mainly: red. Hex color #EF302B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF302B is #10CFD4. Grayscale: #686868. Windows color (decimal): -1101781 or 2830575. OLE color: 2830575.

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

Color convert

RGB 239 48 43 -
CMYK 0 0.80 0.82 0.06
HSL 1.53º 0.86% 0.55% -
HSV(B) 1.53º 0.82% 0.94% -
XYZ 37.09 20.64 4.31 -
YUV 104.54 93.28 223.91 -
System Red Green Blue C M Y K H S L
Decimal 239 48 43 0 0.80 0.82 0.06 1.53 0.86 0.55
Hex EF 30 2B 0 50 52 6 2 56 37
Octal 357 60 53 0 120 122 6 2 126 67
Binary 11101111 110000 101011 0 1010000 1010010 110 10 1010110 110111

Color Harmonies of #EF302B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF302B

Black with #EF302B

Text Example


Text Example

White with #EF302B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF302B; }

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

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

background-color css

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

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

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

border-color css

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

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

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