Html Css Color HEX #EF420F Orange Red

📋 copy color: '#EF420F'

red 239 ◦ green 66 ◦ blue 15

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

Shades of Orange Red #EF420F

Tints of Orange Red #EF420F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.63%

 BLUE value IS 15 (6.25% from 255) = 4.69%

R = 74.69%
G = 20.63%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#EF420F (or 0xEF420F) is known color: Orange Red. HEX triplet: EF, 42 and 0F. RGB value is (239,66,15). Sum of RGB (Red+Green+Blue) = 239+66+15=320 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.69% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 15 (6.25% from 255 or 4.69% from 320); Max value from RGB is 239 - color contains mainly: red. Hex color #EF420F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF420F is #10BDF0. Grayscale: #707070. Windows color (decimal): -1097201 or 1000175. OLE color: 1000175.

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

Color convert

RGB 239 66 15 -
CMYK 0 0.72 0.94 0.06
HSL 13.66º 0.88% 0.5% -
HSV(B) 13.66º 0.94% 0.94% -
XYZ 37.63 22.28 2.77 -
YUV 111.91 73.31 218.65 -
System Red Green Blue C M Y K H S L
Decimal 239 66 15 0 0.72 0.94 0.06 13.66 0.88 0.5
Hex EF 42 F 0 48 5E 6 E 58 32
Octal 357 102 17 0 110 136 6 16 130 62
Binary 11101111 1000010 1111 0 1001000 1011110 110 1110 1011000 110010

Color Harmonies of #EF420F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF420F

Black with #EF420F

Text Example


Text Example

White with #EF420F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF420F; }

 p { color: rgb(239,66,15); }

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

background-color css

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

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

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

border-color css

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

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

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