Html Css Color HEX #EB400C Orange Red

📋 copy color: '#EB400C'

red 235 ◦ green 64 ◦ blue 12

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

Shades of Orange Red #EB400C

Tints of Orange Red #EB400C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.58%

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

R = 75.56%
G = 20.58%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EB400C (or 0xEB400C) is known color: Orange Red. HEX triplet: EB, 40 and 0C. RGB value is (235,64,12). Sum of RGB (Red+Green+Blue) = 235+64+12=311 (41% of max value = 765). Red value is 235 (92.19% from 255 or 75.56% from 311); Green value is 64 (25.39% from 255 or 20.58% from 311); Blue value is 12 (5.08% from 255 or 3.86% from 311); Max value from RGB is 235 - color contains mainly: red. Hex color #EB400C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB400C is #14BFF3. Grayscale: #6D6D6D. Windows color (decimal): -1359860 or 803051. OLE color: 803051.

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

Color convert

RGB 235 64 12 -
CMYK 0 0.73 0.95 0.08
HSL 13.99º 0.9% 0.48% -
HSV(B) 13.99º 0.95% 0.92% -
XYZ 36.16 21.36 2.56 -
YUV 109.2 73.15 217.73 -
System Red Green Blue C M Y K H S L
Decimal 235 64 12 0 0.73 0.95 0.08 13.99 0.9 0.48
Hex EB 40 C 0 49 5F 8 E 5A 30
Octal 353 100 14 0 111 137 10 16 132 60
Binary 11101011 1000000 1100 0 1001001 1011111 1000 1110 1011010 110000

Color Harmonies of #EB400C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB400C

Black with #EB400C

Text Example


Text Example

White with #EB400C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB400C; }

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

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

background-color css

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

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

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

border-color css

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

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

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