Html Css Color HEX #EE450D Orange Red

📋 copy color: '#EE450D'

red 238 ◦ green 69 ◦ blue 13

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

Shades of Orange Red #EE450D

Tints of Orange Red #EE450D

RGB

 RED value IS 238 (93.36% from 255) = 74.38%

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

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

R = 74.38%
G = 21.56%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EE450D (or 0xEE450D) is known color: Orange Red. HEX triplet: EE, 45 and 0D. RGB value is (238,69,13). Sum of RGB (Red+Green+Blue) = 238+69+13=320 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.38% from 320); Green value is 69 (27.34% from 255 or 21.56% from 320); Blue value is 13 (5.47% from 255 or 4.06% from 320); Max value from RGB is 238 - color contains mainly: red. Hex color #EE450D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE450D is #11BAF2. Grayscale: #717171. Windows color (decimal): -1161971 or 869870. OLE color: 869870.

HSL color Cylindrical-coordinate representation of color #EE450D: hue angle of 14.93º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE450D is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 69 13 -
CMYK 0 0.71 0.95 0.07
HSL 14.93º 0.9% 0.49% -
HSV(B) 14.93º 0.95% 0.93% -
XYZ 37.46 22.46 2.74 -
YUV 113.15 71.49 217.05 -
System Red Green Blue C M Y K H S L
Decimal 238 69 13 0 0.71 0.95 0.07 14.93 0.9 0.49
Hex EE 45 D 0 47 5F 7 F 5A 31
Octal 356 105 15 0 107 137 7 17 132 61
Binary 11101110 1000101 1101 0 1000111 1011111 111 1111 1011010 110001

Color Harmonies of #EE450D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE450D

Black with #EE450D

Text Example


Text Example

White with #EE450D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE450D; }

 p { color: rgb(238,69,13); }

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

background-color css

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

 a { background-color: rgb(238,69,13); }

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

border-color css

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

 span { border-color: rgb(238,69,13); }

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