Html Css Color HEX #EE3D09 Orange Red

📋 copy color: '#EE3D09'

red 238 ◦ green 61 ◦ blue 9

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

Shades of Orange Red #EE3D09

Tints of Orange Red #EE3D09

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.81%

 BLUE value IS 9 (3.91% from 255) = 2.92%

R = 77.27%
G = 19.81%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EE3D09 (or 0xEE3D09) is known color: Orange Red. HEX triplet: EE, 3D and 09. RGB value is (238,61,9). Sum of RGB (Red+Green+Blue) = 238+61+9=308 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.27% from 308); Green value is 61 (24.22% from 255 or 19.81% from 308); Blue value is 9 (3.91% from 255 or 2.92% from 308); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3D09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3D09 is #11C2F6. Grayscale: #6C6C6C. Windows color (decimal): -1164023 or 605678. OLE color: 605678.

HSL color Cylindrical-coordinate representation of color #EE3D09: hue angle of 13.62º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE3D09 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 61 9 -
CMYK 0 0.74 0.96 0.07
HSL 13.62º 0.93% 0.48% -
HSV(B) 13.62º 0.96% 0.93% -
XYZ 36.98 21.53 2.47 -
YUV 108 72.14 220.73 -
System Red Green Blue C M Y K H S L
Decimal 238 61 9 0 0.74 0.96 0.07 13.62 0.93 0.48
Hex EE 3D 9 0 4A 60 7 E 5D 30
Octal 356 75 11 0 112 140 7 16 135 60
Binary 11101110 111101 1001 0 1001010 1100000 111 1110 1011101 110000

Color Harmonies of #EE3D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3D09

Black with #EE3D09

Text Example


Text Example

White with #EE3D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3D09; }

 p { color: rgb(238,61,9); }

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

background-color css

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

 a { background-color: rgb(238,61,9); }

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

border-color css

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

 span { border-color: rgb(238,61,9); }

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