Html Css Color HEX #EF430A Orange Red

📋 copy color: '#EF430A'

red 239 ◦ green 67 ◦ blue 10

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

Shades of Orange Red #EF430A

Tints of Orange Red #EF430A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.2%

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

R = 75.63%
G = 21.2%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EF430A (or 0xEF430A) is known color: Orange Red. HEX triplet: EF, 43 and 0A. RGB value is (239,67,10). Sum of RGB (Red+Green+Blue) = 239+67+10=316 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.63% from 316); Green value is 67 (26.56% from 255 or 21.20% from 316); Blue value is 10 (4.30% from 255 or 3.16% from 316); Max value from RGB is 239 - color contains mainly: red. Hex color #EF430A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF430A is #10BCF5. Grayscale: #707070. Windows color (decimal): -1096950 or 672751. OLE color: 672751.

HSL color Cylindrical-coordinate representation of color #EF430A: hue angle of 14.93º 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 #EF430A is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 67 10 -
CMYK 0 0.72 0.96 0.06
HSL 14.93º 0.92% 0.49% -
HSV(B) 14.93º 0.96% 0.94% -
XYZ 37.66 22.39 2.62 -
YUV 111.93 70.48 218.63 -
System Red Green Blue C M Y K H S L
Decimal 239 67 10 0 0.72 0.96 0.06 14.93 0.92 0.49
Hex EF 43 A 0 48 60 6 F 5C 31
Octal 357 103 12 0 110 140 6 17 134 61
Binary 11101111 1000011 1010 0 1001000 1100000 110 1111 1011100 110001

Color Harmonies of #EF430A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF430A

Black with #EF430A

Text Example


Text Example

White with #EF430A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF430A; }

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

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

background-color css

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

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

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

border-color css

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

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

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