Html Css Color HEX #EB4A1A Cinnabar

📋 copy color: '#EB4A1A'

red 235 ◦ green 74 ◦ blue 26

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

Shades of Cinnabar #EB4A1A

Tints of Cinnabar #EB4A1A

RGB

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

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

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

R = 70.15%
G = 22.09%
B = 7.76%

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

#EB4A1A (or 0xEB4A1A) is known color: Cinnabar. HEX triplet: EB, 4A and 1A. RGB value is (235,74,26). Sum of RGB (Red+Green+Blue) = 235+74+26=335 (44% of max value = 765). Red value is 235 (92.19% from 255 or 70.15% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 26 (10.55% from 255 or 7.76% from 335); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4A1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB4A1A is #14B5E5. Grayscale: #757575. Windows color (decimal): -1357286 or 1723115. OLE color: 1723115.

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

Color convert

RGB 235 74 26 -
CMYK 0 0.69 0.89 0.08
HSL 13.78º 0.84% 0.51% -
HSV(B) 13.78º 0.89% 0.92% -
XYZ 36.9 22.63 3.4 -
YUV 116.67 76.84 212.4 -
System Red Green Blue C M Y K H S L
Decimal 235 74 26 0 0.69 0.89 0.08 13.78 0.84 0.51
Hex EB 4A 1A 0 45 59 8 E 54 33
Octal 353 112 32 0 105 131 10 16 124 63
Binary 11101011 1001010 11010 0 1000101 1011001 1000 1110 1010100 110011

Color Harmonies of #EB4A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4A1A

Black with #EB4A1A

Text Example


Text Example

White with #EB4A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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