Html Css Color HEX #EB3F00 Orange Red

📋 copy color: '#EB3F00'

red 235 ◦ green 63 ◦ blue 0

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

Shades of Orange Red #EB3F00

Tints of Orange Red #EB3F00

RGB

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

 GREEN value IS 63 (25% from 255) = 21.14%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 78.86%
G = 21.14%
B = 0%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EB3F00 (or 0xEB3F00) is known color: Orange Red. HEX triplet: EB, 3F and 00. RGB value is (235,63,0). Sum of RGB (Red+Green+Blue) = 235+63+0=298 (39% of max value = 765). Red value is 235 (92.19% from 255 or 78.86% from 298); Green value is 63 (25% from 255 or 21.14% from 298); Blue value is 0 (0.39% from 255 or 0% from 298); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3F00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB3F00 is #14C0FF. Grayscale: #6B6B6B. Windows color (decimal): -1360128 or 16363. OLE color: 16363.

HSL color Cylindrical-coordinate representation of color #EB3F00: hue angle of 16.09º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EB3F00 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 63 0 -
CMYK 0 0.73 1 0.08
HSL 16.09º 1% 0.46% -
HSV(B) 16.09º 1% 0.92% -
XYZ 36.04 21.22 2.2 -
YUV 107.25 67.48 219.12 -
System Red Green Blue C M Y K H S L
Decimal 235 63 0 0 0.73 1 0.08 16.09 1 0.46
Hex EB 3F 0 0 49 64 8 10 64 2E
Octal 353 77 0 0 111 144 10 20 144 56
Binary 11101011 111111 0 0 1001001 1100100 1000 10000 1100100 101110

Color Harmonies of #EB3F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3F00

Black with #EB3F00

Text Example


Text Example

White with #EB3F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3F00; }

 p { color: rgb(235,63,0); }

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

background-color css

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

 a { background-color: rgb(235,63,0); }

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

border-color css

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

 span { border-color: rgb(235,63,0); }

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