Html Css Color HEX #EB3F03 Orange Red

📋 copy color: '#EB3F03'

red 235 ◦ green 63 ◦ blue 3

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

Shades of Orange Red #EB3F03

Tints of Orange Red #EB3F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1%

R = 78.07%
G = 20.93%
B = 1%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EB3F03 (or 0xEB3F03) is known color: Orange Red. HEX triplet: EB, 3F and 03. RGB value is (235,63,3). Sum of RGB (Red+Green+Blue) = 235+63+3=301 (39% of max value = 765). Red value is 235 (92.19% from 255 or 78.07% from 301); Green value is 63 (25% from 255 or 20.93% from 301); Blue value is 3 (1.56% from 255 or 1.00% from 301); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3F03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB3F03 is #14C0FC. Grayscale: #6B6B6B. Windows color (decimal): -1360125 or 212971. OLE color: 212971.

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

Color convert

RGB 235 63 3 -
CMYK 0 0.73 0.99 0.08
HSL 15.52º 0.97% 0.47% -
HSV(B) 15.52º 0.99% 0.92% -
XYZ 36.05 21.22 2.28 -
YUV 107.59 68.98 218.88 -
System Red Green Blue C M Y K H S L
Decimal 235 63 3 0 0.73 0.99 0.08 15.52 0.97 0.47
Hex EB 3F 3 0 49 63 8 10 61 2F
Octal 353 77 3 0 111 143 10 20 141 57
Binary 11101011 111111 11 0 1001001 1100011 1000 10000 1100001 101111

Color Harmonies of #EB3F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3F03

Black with #EB3F03

Text Example


Text Example

White with #EB3F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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