Html Css Color HEX #EB471A Cinnabar

📋 copy color: '#EB471A'

red 235 ◦ green 71 ◦ blue 26

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

Shades of Cinnabar #EB471A

Tints of Cinnabar #EB471A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.39%

 BLUE value IS 26 (10.55% from 255) = 7.83%

R = 70.78%
G = 21.39%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EB471A (or 0xEB471A) is known color: Cinnabar. HEX triplet: EB, 47 and 1A. RGB value is (235,71,26). Sum of RGB (Red+Green+Blue) = 235+71+26=332 (43% of max value = 765). Red value is 235 (92.19% from 255 or 70.78% from 332); Green value is 71 (28.12% from 255 or 21.39% from 332); Blue value is 26 (10.55% from 255 or 7.83% from 332); Max value from RGB is 235 - color contains mainly: red. Hex color #EB471A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB471A is #14B8E5. Grayscale: #737373. Windows color (decimal): -1358054 or 1722347. OLE color: 1722347.

HSL color Cylindrical-coordinate representation of color #EB471A: hue angle of 12.92º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EB471A is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 71 26 -
CMYK 0 0.70 0.89 0.08
HSL 12.92º 0.84% 0.51% -
HSV(B) 12.92º 0.89% 0.92% -
XYZ 36.7 22.24 3.34 -
YUV 114.91 77.83 213.66 -
System Red Green Blue C M Y K H S L
Decimal 235 71 26 0 0.70 0.89 0.08 12.92 0.84 0.51
Hex EB 47 1A 0 46 59 8 D 54 33
Octal 353 107 32 0 106 131 10 15 124 63
Binary 11101011 1000111 11010 0 1000110 1011001 1000 1101 1010100 110011

Color Harmonies of #EB471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB471A

Black with #EB471A

Text Example


Text Example

White with #EB471A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB471A; }

 p { color: rgb(235,71,26); }

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

background-color css

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

 a { background-color: rgb(235,71,26); }

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

border-color css

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

 span { border-color: rgb(235,71,26); }

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