Html Css Color HEX #EB450D Orange Red

📋 copy color: '#EB450D'

red 235 ◦ green 69 ◦ blue 13

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

Shades of Orange Red #EB450D

Tints of Orange Red #EB450D

RGB

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

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

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

R = 74.13%
G = 21.77%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EB450D (or 0xEB450D) is known color: Orange Red. HEX triplet: EB, 45 and 0D. RGB value is (235,69,13). Sum of RGB (Red+Green+Blue) = 235+69+13=317 (41% of max value = 765). Red value is 235 (92.19% from 255 or 74.13% from 317); Green value is 69 (27.34% from 255 or 21.77% from 317); Blue value is 13 (5.47% from 255 or 4.10% from 317); Max value from RGB is 235 - color contains mainly: red. Hex color #EB450D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB450D is #14BAF2. Grayscale: #707070. Windows color (decimal): -1358579 or 869867. OLE color: 869867.

HSL color Cylindrical-coordinate representation of color #EB450D: hue angle of 15.14º 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 #EB450D is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 69 13 -
CMYK 0 0.71 0.94 0.08
HSL 15.14º 0.9% 0.49% -
HSV(B) 15.14º 0.94% 0.92% -
XYZ 36.46 21.95 2.7 -
YUV 112.25 72 215.55 -
System Red Green Blue C M Y K H S L
Decimal 235 69 13 0 0.71 0.94 0.08 15.14 0.9 0.49
Hex EB 45 D 0 47 5E 8 F 5A 31
Octal 353 105 15 0 107 136 10 17 132 61
Binary 11101011 1000101 1101 0 1000111 1011110 1000 1111 1011010 110001

Color Harmonies of #EB450D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB450D

Black with #EB450D

Text Example


Text Example

White with #EB450D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB450D; }

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

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

background-color css

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

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

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

border-color css

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

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

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