Html Css Color HEX #EF450A Orange Red

📋 copy color: '#EF450A'

red 239 ◦ green 69 ◦ blue 10

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

Shades of Orange Red #EF450A

Tints of Orange Red #EF450A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.7%

 BLUE value IS 10 (4.3% from 255) = 3.14%

R = 75.16%
G = 21.7%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EF450A (or 0xEF450A) is known color: Orange Red. HEX triplet: EF, 45 and 0A. RGB value is (239,69,10). Sum of RGB (Red+Green+Blue) = 239+69+10=318 (42% of max value = 765). Red value is 239 (93.75% from 255 or 75.16% from 318); Green value is 69 (27.34% from 255 or 21.70% from 318); Blue value is 10 (4.30% from 255 or 3.14% from 318); Max value from RGB is 239 - color contains mainly: red. Hex color #EF450A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF450A is #10BAF5. Grayscale: #717171. Windows color (decimal): -1096438 or 673263. OLE color: 673263.

HSL color Cylindrical-coordinate representation of color #EF450A: hue angle of 15.46º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF450A is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 69 10 -
CMYK 0 0.71 0.96 0.06
HSL 15.46º 0.92% 0.49% -
HSV(B) 15.46º 0.96% 0.94% -
XYZ 37.78 22.63 2.66 -
YUV 113.1 69.82 217.8 -
System Red Green Blue C M Y K H S L
Decimal 239 69 10 0 0.71 0.96 0.06 15.46 0.92 0.49
Hex EF 45 A 0 47 60 6 F 5C 31
Octal 357 105 12 0 107 140 6 17 134 61
Binary 11101111 1000101 1010 0 1000111 1100000 110 1111 1011100 110001

Color Harmonies of #EF450A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF450A

Black with #EF450A

Text Example


Text Example

White with #EF450A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF450A; }

 p { color: rgb(239,69,10); }

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

background-color css

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

 a { background-color: rgb(239,69,10); }

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

border-color css

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

 span { border-color: rgb(239,69,10); }

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