Html Css Color HEX #EB502E Cinnabar

📋 copy color: '#EB502E'

red 235 ◦ green 80 ◦ blue 46

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

Shades of Cinnabar #EB502E

Tints of Cinnabar #EB502E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.16%

 BLUE value IS 46 (18.36% from 255) = 12.74%

R = 65.1%
G = 22.16%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EB502E (or 0xEB502E) is known color: Cinnabar. HEX triplet: EB, 50 and 2E. RGB value is (235,80,46). Sum of RGB (Red+Green+Blue) = 235+80+46=361 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.10% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 46 (18.36% from 255 or 12.74% from 361); Max value from RGB is 235 - color contains mainly: red. Hex color #EB502E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB502E is #14AFD1. Grayscale: #7A7A7A. Windows color (decimal): -1355730 or 3035371. OLE color: 3035371.

HSL color Cylindrical-coordinate representation of color #EB502E: hue angle of 10.79º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EB502E is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 80 46 -
CMYK 0 0.66 0.80 0.08
HSL 10.79º 0.83% 0.55% -
HSV(B) 10.79º 0.8% 0.92% -
XYZ 37.62 23.6 5.16 -
YUV 122.47 84.85 208.26 -
System Red Green Blue C M Y K H S L
Decimal 235 80 46 0 0.66 0.80 0.08 10.79 0.83 0.55
Hex EB 50 2E 0 42 50 8 B 53 37
Octal 353 120 56 0 102 120 10 13 123 67
Binary 11101011 1010000 101110 0 1000010 1010000 1000 1011 1010011 110111

Color Harmonies of #EB502E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB502E

Black with #EB502E

Text Example


Text Example

White with #EB502E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB502E; }

 p { color: rgb(235,80,46); }

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

background-color css

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

 a { background-color: rgb(235,80,46); }

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

border-color css

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

 span { border-color: rgb(235,80,46); }

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