Html Css Color HEX #EB410D Orange Red

📋 copy color: '#EB410D'

red 235 ◦ green 65 ◦ blue 13

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

Shades of Orange Red #EB410D

Tints of Orange Red #EB410D

RGB

 RED value IS 235 (92.19% from 255) = 75.08%

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

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

R = 75.08%
G = 20.77%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EB410D (or 0xEB410D) is known color: Orange Red. HEX triplet: EB, 41 and 0D. RGB value is (235,65,13). Sum of RGB (Red+Green+Blue) = 235+65+13=313 (41% of max value = 765). Red value is 235 (92.19% from 255 or 75.08% from 313); Green value is 65 (25.78% from 255 or 20.77% from 313); Blue value is 13 (5.47% from 255 or 4.15% from 313); Max value from RGB is 235 - color contains mainly: red. Hex color #EB410D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB410D is #14BEF2. Grayscale: #6E6E6E. Windows color (decimal): -1359603 or 868843. OLE color: 868843.

HSL color Cylindrical-coordinate representation of color #EB410D: hue angle of 14.05º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EB410D is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 65 13 -
CMYK 0 0.72 0.94 0.08
HSL 14.05º 0.9% 0.49% -
HSV(B) 14.05º 0.94% 0.92% -
XYZ 36.22 21.47 2.62 -
YUV 109.9 73.32 217.23 -
System Red Green Blue C M Y K H S L
Decimal 235 65 13 0 0.72 0.94 0.08 14.05 0.9 0.49
Hex EB 41 D 0 48 5E 8 E 5A 31
Octal 353 101 15 0 110 136 10 16 132 61
Binary 11101011 1000001 1101 0 1001000 1011110 1000 1110 1011010 110001

Color Harmonies of #EB410D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB410D

Black with #EB410D

Text Example


Text Example

White with #EB410D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB410D; }

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

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

background-color css

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

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

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

border-color css

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

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

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