Html Css Color HEX #EE410D Orange Red

📋 copy color: '#EE410D'

red 238 ◦ green 65 ◦ blue 13

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

Shades of Orange Red #EE410D

Tints of Orange Red #EE410D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.57%

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

R = 75.32%
G = 20.57%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EE410D (or 0xEE410D) is known color: Orange Red. HEX triplet: EE, 41 and 0D. RGB value is (238,65,13). Sum of RGB (Red+Green+Blue) = 238+65+13=316 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.32% from 316); Green value is 65 (25.78% from 255 or 20.57% from 316); Blue value is 13 (5.47% from 255 or 4.11% from 316); Max value from RGB is 238 - color contains mainly: red. Hex color #EE410D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE410D is #11BEF2. Grayscale: #6F6F6F. Windows color (decimal): -1162995 or 868846. OLE color: 868846.

HSL color Cylindrical-coordinate representation of color #EE410D: hue angle of 13.87º 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 #EE410D is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 65 13 -
CMYK 0 0.73 0.95 0.07
HSL 13.87º 0.9% 0.49% -
HSV(B) 13.87º 0.95% 0.93% -
XYZ 37.22 21.99 2.66 -
YUV 110.8 72.81 218.73 -
System Red Green Blue C M Y K H S L
Decimal 238 65 13 0 0.73 0.95 0.07 13.87 0.9 0.49
Hex EE 41 D 0 49 5F 7 E 5A 31
Octal 356 101 15 0 111 137 7 16 132 61
Binary 11101110 1000001 1101 0 1001001 1011111 111 1110 1011010 110001

Color Harmonies of #EE410D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE410D

Black with #EE410D

Text Example


Text Example

White with #EE410D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE410D; }

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

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

background-color css

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

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

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

border-color css

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

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

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