Html Css Color HEX #EE3D10 Orange Red

📋 copy color: '#EE3D10'

red 238 ◦ green 61 ◦ blue 16

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

Shades of Orange Red #EE3D10

Tints of Orange Red #EE3D10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.08%

R = 75.56%
G = 19.37%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EE3D10 (or 0xEE3D10) is known color: Orange Red. HEX triplet: EE, 3D and 10. RGB value is (238,61,16). Sum of RGB (Red+Green+Blue) = 238+61+16=315 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.56% from 315); Green value is 61 (24.22% from 255 or 19.37% from 315); Blue value is 16 (6.64% from 255 or 5.08% from 315); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3D10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3D10 is #11C2EF. Grayscale: #6D6D6D. Windows color (decimal): -1164016 or 1064430. OLE color: 1064430.

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

Color convert

RGB 238 61 16 -
CMYK 0 0.74 0.93 0.07
HSL 12.16º 0.87% 0.5% -
HSV(B) 12.16º 0.93% 0.93% -
XYZ 37.02 21.55 2.7 -
YUV 108.79 75.64 220.16 -
System Red Green Blue C M Y K H S L
Decimal 238 61 16 0 0.74 0.93 0.07 12.16 0.87 0.5
Hex EE 3D 10 0 4A 5D 7 C 57 32
Octal 356 75 20 0 112 135 7 14 127 62
Binary 11101110 111101 10000 0 1001010 1011101 111 1100 1010111 110010

Color Harmonies of #EE3D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3D10

Black with #EE3D10

Text Example


Text Example

White with #EE3D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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