Html Css Color HEX #EB410C Orange Red

📋 copy color: '#EB410C'

red 235 ◦ green 65 ◦ blue 12

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

Shades of Orange Red #EB410C

Tints of Orange Red #EB410C

RGB

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

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

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

R = 75.32%
G = 20.83%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EB410C (or 0xEB410C) is known color: Orange Red. HEX triplet: EB, 41 and 0C. RGB value is (235,65,12). Sum of RGB (Red+Green+Blue) = 235+65+12=312 (41% of max value = 765). Red value is 235 (92.19% from 255 or 75.32% from 312); Green value is 65 (25.78% from 255 or 20.83% from 312); Blue value is 12 (5.08% from 255 or 3.85% from 312); Max value from RGB is 235 - color contains mainly: red. Hex color #EB410C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB410C is #14BEF3. Grayscale: #6E6E6E. Windows color (decimal): -1359604 or 803307. OLE color: 803307.

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

Color convert

RGB 235 65 12 -
CMYK 0 0.72 0.95 0.08
HSL 14.26º 0.9% 0.48% -
HSV(B) 14.26º 0.95% 0.92% -
XYZ 36.22 21.47 2.58 -
YUV 109.79 72.82 217.31 -
System Red Green Blue C M Y K H S L
Decimal 235 65 12 0 0.72 0.95 0.08 14.26 0.9 0.48
Hex EB 41 C 0 48 5F 8 E 5A 30
Octal 353 101 14 0 110 137 10 16 132 60
Binary 11101011 1000001 1100 0 1001000 1011111 1000 1110 1011010 110000

Color Harmonies of #EB410C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB410C

Black with #EB410C

Text Example


Text Example

White with #EB410C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB410C; }

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

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

background-color css

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

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

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

border-color css

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

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

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