Html Css Color HEX #EB4003 Orange Red

📋 copy color: '#EB4003'

red 235 ◦ green 64 ◦ blue 3

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

Shades of Orange Red #EB4003

Tints of Orange Red #EB4003

RGB

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

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

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

R = 77.81%
G = 21.19%
B = 0.99%

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

#EB4003 (or 0xEB4003) is known color: Orange Red. HEX triplet: EB, 40 and 03. RGB value is (235,64,3). Sum of RGB (Red+Green+Blue) = 235+64+3=302 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.81% from 302); Green value is 64 (25.39% from 255 or 21.19% from 302); Blue value is 3 (1.56% from 255 or 0.99% from 302); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4003 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB4003 is #14BFFC. Grayscale: #6C6C6C. Windows color (decimal): -1359869 or 213227. OLE color: 213227.

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

Color convert

RGB 235 64 3 -
CMYK 0 0.73 0.99 0.08
HSL 15.78º 0.97% 0.47% -
HSV(B) 15.78º 0.99% 0.92% -
XYZ 36.11 21.34 2.3 -
YUV 108.18 68.65 218.46 -
System Red Green Blue C M Y K H S L
Decimal 235 64 3 0 0.73 0.99 0.08 15.78 0.97 0.47
Hex EB 40 3 0 49 63 8 10 61 2F
Octal 353 100 3 0 111 143 10 20 141 57
Binary 11101011 1000000 11 0 1001001 1100011 1000 10000 1100001 101111

Color Harmonies of #EB4003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4003

Black with #EB4003

Text Example


Text Example

White with #EB4003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4003; }

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

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

background-color css

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

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

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

border-color css

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

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

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