Html Css Color HEX #EB341B Cinnabar

📋 copy color: '#EB341B'

red 235 ◦ green 52 ◦ blue 27

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

Shades of Cinnabar #EB341B

Tints of Cinnabar #EB341B

RGB

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

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

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

R = 74.84%
G = 16.56%
B = 8.6%

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

#EB341B (or 0xEB341B) is known color: Cinnabar. HEX triplet: EB, 34 and 1B. RGB value is (235,52,27). Sum of RGB (Red+Green+Blue) = 235+52+27=314 (41% of max value = 765). Red value is 235 (92.19% from 255 or 74.84% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 27 (10.94% from 255 or 8.60% from 314); Max value from RGB is 235 - color contains mainly: red. Hex color #EB341B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB341B is #14CBE4. Grayscale: #686868. Windows color (decimal): -1362917 or 1783019. OLE color: 1783019.

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

Color convert

RGB 235 52 27 -
CMYK 0 0.78 0.89 0.08
HSL 7.21º 0.84% 0.51% -
HSV(B) 7.21º 0.89% 0.92% -
XYZ 35.69 20.2 3.05 -
YUV 103.87 84.63 221.53 -
System Red Green Blue C M Y K H S L
Decimal 235 52 27 0 0.78 0.89 0.08 7.21 0.84 0.51
Hex EB 34 1B 0 4E 59 8 7 54 33
Octal 353 64 33 0 116 131 10 7 124 63
Binary 11101011 110100 11011 0 1001110 1011001 1000 111 1010100 110011

Color Harmonies of #EB341B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB341B

Black with #EB341B

Text Example


Text Example

White with #EB341B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB341B; }

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

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

background-color css

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

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

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

border-color css

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

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

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