Html Css Color HEX #EB3A0B Orange Red

📋 copy color: '#EB3A0B'

red 235 ◦ green 58 ◦ blue 11

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

Shades of Orange Red #EB3A0B

Tints of Orange Red #EB3A0B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.08%

 BLUE value IS 11 (4.69% from 255) = 3.62%

R = 77.3%
G = 19.08%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EB3A0B (or 0xEB3A0B) is known color: Orange Red. HEX triplet: EB, 3A and 0B. RGB value is (235,58,11). Sum of RGB (Red+Green+Blue) = 235+58+11=304 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.30% from 304); Green value is 58 (23.05% from 255 or 19.08% from 304); Blue value is 11 (4.69% from 255 or 3.62% from 304); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3A0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB3A0B is #14C5F4. Grayscale: #696969. Windows color (decimal): -1361397 or 735979. OLE color: 735979.

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

Color convert

RGB 235 58 11 -
CMYK 0 0.75 0.95 0.08
HSL 12.59º 0.91% 0.48% -
HSV(B) 12.59º 0.95% 0.92% -
XYZ 35.83 20.71 2.43 -
YUV 105.57 74.64 220.32 -
System Red Green Blue C M Y K H S L
Decimal 235 58 11 0 0.75 0.95 0.08 12.59 0.91 0.48
Hex EB 3A B 0 4B 5F 8 D 5B 30
Octal 353 72 13 0 113 137 10 15 133 60
Binary 11101011 111010 1011 0 1001011 1011111 1000 1101 1011011 110000

Color Harmonies of #EB3A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3A0B

Black with #EB3A0B

Text Example


Text Example

White with #EB3A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3A0B; }

 p { color: rgb(235,58,11); }

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

background-color css

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

 a { background-color: rgb(235,58,11); }

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

border-color css

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

 span { border-color: rgb(235,58,11); }

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