Html Css Color HEX #EB342E Cinnabar

📋 copy color: '#EB342E'

red 235 ◦ green 52 ◦ blue 46

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

Shades of Cinnabar #EB342E

Tints of Cinnabar #EB342E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.81%

R = 70.57%
G = 15.62%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EB342E (or 0xEB342E) is known color: Cinnabar. HEX triplet: EB, 34 and 2E. RGB value is (235,52,46). Sum of RGB (Red+Green+Blue) = 235+52+46=333 (44% of max value = 765). Red value is 235 (92.19% from 255 or 70.57% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 46 (18.36% from 255 or 13.81% from 333); Max value from RGB is 235 - color contains mainly: red. Hex color #EB342E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB342E is #14CBD1. Grayscale: #6A6A6A. Windows color (decimal): -1362898 or 3028203. OLE color: 3028203.

HSL color Cylindrical-coordinate representation of color #EB342E: hue angle of 1.9º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EB342E is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 52 46 -
CMYK 0 0.78 0.80 0.08
HSL 1.9º 0.83% 0.55% -
HSV(B) 1.9º 0.8% 0.92% -
XYZ 35.98 20.32 4.61 -
YUV 106.03 94.13 219.99 -
System Red Green Blue C M Y K H S L
Decimal 235 52 46 0 0.78 0.80 0.08 1.9 0.83 0.55
Hex EB 34 2E 0 4E 50 8 2 53 37
Octal 353 64 56 0 116 120 10 2 123 67
Binary 11101011 110100 101110 0 1001110 1010000 1000 10 1010011 110111

Color Harmonies of #EB342E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB342E

Black with #EB342E

Text Example


Text Example

White with #EB342E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB342E; }

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

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

background-color css

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

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

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

border-color css

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

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

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