Html Css Color HEX #EB3A1A Cinnabar

📋 copy color: '#EB3A1A'

red 235 ◦ green 58 ◦ blue 26

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

Shades of Cinnabar #EB3A1A

Tints of Cinnabar #EB3A1A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.18%

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

R = 73.67%
G = 18.18%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EB3A1A (or 0xEB3A1A) is known color: Cinnabar. HEX triplet: EB, 3A and 1A. RGB value is (235,58,26). Sum of RGB (Red+Green+Blue) = 235+58+26=319 (42% of max value = 765). Red value is 235 (92.19% from 255 or 73.67% from 319); Green value is 58 (23.05% from 255 or 18.18% from 319); Blue value is 26 (10.55% from 255 or 8.15% from 319); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3A1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB3A1A is #14C5E5. Grayscale: #6B6B6B. Windows color (decimal): -1361382 or 1719019. OLE color: 1719019.

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

Color convert

RGB 235 58 26 -
CMYK 0 0.75 0.89 0.08
HSL 9.19º 0.84% 0.51% -
HSV(B) 9.19º 0.89% 0.92% -
XYZ 35.96 20.76 3.09 -
YUV 107.28 82.14 219.1 -
System Red Green Blue C M Y K H S L
Decimal 235 58 26 0 0.75 0.89 0.08 9.19 0.84 0.51
Hex EB 3A 1A 0 4B 59 8 9 54 33
Octal 353 72 32 0 113 131 10 11 124 63
Binary 11101011 111010 11010 0 1001011 1011001 1000 1001 1010100 110011

Color Harmonies of #EB3A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3A1A

Black with #EB3A1A

Text Example


Text Example

White with #EB3A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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