Html Css Color HEX #EB4A1B Cinnabar

📋 copy color: '#EB4A1B'

red 235 ◦ green 74 ◦ blue 27

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

Shades of Cinnabar #EB4A1B

Tints of Cinnabar #EB4A1B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.02%

 BLUE value IS 27 (10.94% from 255) = 8.04%

R = 69.94%
G = 22.02%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EB4A1B (or 0xEB4A1B) is known color: Cinnabar. HEX triplet: EB, 4A and 1B. RGB value is (235,74,27). Sum of RGB (Red+Green+Blue) = 235+74+27=336 (44% of max value = 765). Red value is 235 (92.19% from 255 or 69.94% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 27 (10.94% from 255 or 8.04% from 336); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4A1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB4A1B is #14B5E4. Grayscale: #757575. Windows color (decimal): -1357285 or 1788651. OLE color: 1788651.

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

Color convert

RGB 235 74 27 -
CMYK 0 0.69 0.89 0.08
HSL 13.56º 0.84% 0.51% -
HSV(B) 13.56º 0.89% 0.92% -
XYZ 36.91 22.64 3.46 -
YUV 116.78 77.34 212.32 -
System Red Green Blue C M Y K H S L
Decimal 235 74 27 0 0.69 0.89 0.08 13.56 0.84 0.51
Hex EB 4A 1B 0 45 59 8 E 54 33
Octal 353 112 33 0 105 131 10 16 124 63
Binary 11101011 1001010 11011 0 1000101 1011001 1000 1110 1010100 110011

Color Harmonies of #EB4A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4A1B

Black with #EB4A1B

Text Example


Text Example

White with #EB4A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4A1B; }

 p { color: rgb(235,74,27); }

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

background-color css

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

 a { background-color: rgb(235,74,27); }

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

border-color css

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

 span { border-color: rgb(235,74,27); }

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