Html Css Color HEX #E7420D Orange Red

📋 copy color: '#E7420D'

red 231 ◦ green 66 ◦ blue 13

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

Shades of Orange Red #E7420D

Tints of Orange Red #E7420D

RGB

 RED value IS 231 (90.63% from 255) = 74.52%

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

 BLUE value IS 13 (5.47% from 255) = 4.19%

R = 74.52%
G = 21.29%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E7420D (or 0xE7420D) is known color: Orange Red. HEX triplet: E7, 42 and 0D. RGB value is (231,66,13). Sum of RGB (Red+Green+Blue) = 231+66+13=310 (41% of max value = 765). Red value is 231 (90.62% from 255 or 74.52% from 310); Green value is 66 (26.17% from 255 or 21.29% from 310); Blue value is 13 (5.47% from 255 or 4.19% from 310); Max value from RGB is 231 - color contains mainly: red. Hex color #E7420D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E7420D is #18BDF2. Grayscale: #6D6D6D. Windows color (decimal): -1621491 or 869095. OLE color: 869095.

HSL color Cylindrical-coordinate representation of color #E7420D: hue angle of 14.59º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E7420D is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 66 13 -
CMYK 0 0.71 0.94 0.09
HSL 14.59º 0.89% 0.48% -
HSV(B) 14.59º 0.94% 0.91% -
XYZ 34.98 20.91 2.57 -
YUV 109.29 73.66 214.81 -
System Red Green Blue C M Y K H S L
Decimal 231 66 13 0 0.71 0.94 0.09 14.59 0.89 0.48
Hex E7 42 D 0 47 5E 9 F 59 30
Octal 347 102 15 0 107 136 11 17 131 60
Binary 11100111 1000010 1101 0 1000111 1011110 1001 1111 1011001 110000

Color Harmonies of #E7420D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7420D

Black with #E7420D

Text Example


Text Example

White with #E7420D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7420D; }

 p { color: rgb(231,66,13); }

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

background-color css

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

 a { background-color: rgb(231,66,13); }

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

border-color css

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

 span { border-color: rgb(231,66,13); }

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