Html Css Color HEX #EB450C Orange Red

📋 copy color: '#EB450C'

red 235 ◦ green 69 ◦ blue 12

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

Shades of Orange Red #EB450C

Tints of Orange Red #EB450C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.8%

R = 74.37%
G = 21.84%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EB450C (or 0xEB450C) is known color: Orange Red. HEX triplet: EB, 45 and 0C. RGB value is (235,69,12). Sum of RGB (Red+Green+Blue) = 235+69+12=316 (41% of max value = 765). Red value is 235 (92.19% from 255 or 74.37% from 316); Green value is 69 (27.34% from 255 or 21.84% from 316); Blue value is 12 (5.08% from 255 or 3.80% from 316); Max value from RGB is 235 - color contains mainly: red. Hex color #EB450C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB450C is #14BAF3. Grayscale: #707070. Windows color (decimal): -1358580 or 804331. OLE color: 804331.

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

Color convert

RGB 235 69 12 -
CMYK 0 0.71 0.95 0.08
HSL 15.34º 0.9% 0.48% -
HSV(B) 15.34º 0.95% 0.92% -
XYZ 36.46 21.94 2.66 -
YUV 112.14 71.5 215.63 -
System Red Green Blue C M Y K H S L
Decimal 235 69 12 0 0.71 0.95 0.08 15.34 0.9 0.48
Hex EB 45 C 0 47 5F 8 F 5A 30
Octal 353 105 14 0 107 137 10 17 132 60
Binary 11101011 1000101 1100 0 1000111 1011111 1000 1111 1011010 110000

Color Harmonies of #EB450C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB450C

Black with #EB450C

Text Example


Text Example

White with #EB450C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB450C; }

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

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

background-color css

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

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

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

border-color css

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

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

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