Html Css Color HEX #EB4302 Orange Red

📋 copy color: '#EB4302'

red 235 ◦ green 67 ◦ blue 2

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

Shades of Orange Red #EB4302

Tints of Orange Red #EB4302

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.04%

 BLUE value IS 2 (1.17% from 255) = 0.66%

R = 77.3%
G = 22.04%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EB4302 (or 0xEB4302) is known color: Orange Red. HEX triplet: EB, 43 and 02. RGB value is (235,67,2). Sum of RGB (Red+Green+Blue) = 235+67+2=304 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.30% from 304); Green value is 67 (26.56% from 255 or 22.04% from 304); Blue value is 2 (1.17% from 255 or 0.66% from 304); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4302 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB4302 is #14BCFD. Grayscale: #6E6E6E. Windows color (decimal): -1359102 or 148459. OLE color: 148459.

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

Color convert

RGB 235 67 2 -
CMYK 0 0.71 0.99 0.08
HSL 16.74º 0.98% 0.46% -
HSV(B) 16.74º 0.99% 0.92% -
XYZ 36.28 21.68 2.33 -
YUV 109.82 67.16 217.29 -
System Red Green Blue C M Y K H S L
Decimal 235 67 2 0 0.71 0.99 0.08 16.74 0.98 0.46
Hex EB 43 2 0 47 63 8 11 62 2E
Octal 353 103 2 0 107 143 10 21 142 56
Binary 11101011 1000011 10 0 1000111 1100011 1000 10001 1100010 101110

Color Harmonies of #EB4302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4302

Black with #EB4302

Text Example


Text Example

White with #EB4302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4302; }

 p { color: rgb(235,67,2); }

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

background-color css

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

 a { background-color: rgb(235,67,2); }

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

border-color css

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

 span { border-color: rgb(235,67,2); }

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