Html Css Color HEX #EB341A Cinnabar

📋 copy color: '#EB341A'

red 235 ◦ green 52 ◦ blue 26

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

Shades of Cinnabar #EB341A

Tints of Cinnabar #EB341A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.61%

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

R = 75.08%
G = 16.61%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EB341A (or 0xEB341A) is known color: Cinnabar. HEX triplet: EB, 34 and 1A. RGB value is (235,52,26). Sum of RGB (Red+Green+Blue) = 235+52+26=313 (41% of max value = 765). Red value is 235 (92.19% from 255 or 75.08% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 26 (10.55% from 255 or 8.31% from 313); Max value from RGB is 235 - color contains mainly: red. Hex color #EB341A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB341A is #14CBE5. Grayscale: #686868. Windows color (decimal): -1362918 or 1717483. OLE color: 1717483.

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

Color convert

RGB 235 52 26 -
CMYK 0 0.78 0.89 0.08
HSL 7.46º 0.84% 0.51% -
HSV(B) 7.46º 0.89% 0.92% -
XYZ 35.68 20.19 2.99 -
YUV 103.75 84.13 221.61 -
System Red Green Blue C M Y K H S L
Decimal 235 52 26 0 0.78 0.89 0.08 7.46 0.84 0.51
Hex EB 34 1A 0 4E 59 8 7 54 33
Octal 353 64 32 0 116 131 10 7 124 63
Binary 11101011 110100 11010 0 1001110 1011001 1000 111 1010100 110011

Color Harmonies of #EB341A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB341A

Black with #EB341A

Text Example


Text Example

White with #EB341A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB341A; }

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

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

background-color css

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

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

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

border-color css

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

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

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