Html Css Color HEX #EB3F04 Orange Red

📋 copy color: '#EB3F04'

red 235 ◦ green 63 ◦ blue 4

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

Shades of Orange Red #EB3F04

Tints of Orange Red #EB3F04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.32%

R = 77.81%
G = 20.86%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EB3F04 (or 0xEB3F04) is known color: Orange Red. HEX triplet: EB, 3F and 04. RGB value is (235,63,4). Sum of RGB (Red+Green+Blue) = 235+63+4=302 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.81% from 302); Green value is 63 (25% from 255 or 20.86% from 302); Blue value is 4 (1.95% from 255 or 1.32% from 302); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3F04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB3F04 is #14C0FB. Grayscale: #6C6C6C. Windows color (decimal): -1360124 or 278507. OLE color: 278507.

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

Color convert

RGB 235 63 4 -
CMYK 0 0.73 0.98 0.08
HSL 15.32º 0.97% 0.47% -
HSV(B) 15.32º 0.98% 0.92% -
XYZ 36.06 21.23 2.31 -
YUV 107.7 69.48 218.8 -
System Red Green Blue C M Y K H S L
Decimal 235 63 4 0 0.73 0.98 0.08 15.32 0.97 0.47
Hex EB 3F 4 0 49 62 8 F 61 2F
Octal 353 77 4 0 111 142 10 17 141 57
Binary 11101011 111111 100 0 1001001 1100010 1000 1111 1100001 101111

Color Harmonies of #EB3F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3F04

Black with #EB3F04

Text Example


Text Example

White with #EB3F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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