Html Css Color HEX #EB3A34 Cinnabar

📋 copy color: '#EB3A34'

red 235 ◦ green 58 ◦ blue 52

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

Shades of Cinnabar #EB3A34

Tints of Cinnabar #EB3A34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.07%

R = 68.12%
G = 16.81%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EB3A34 (or 0xEB3A34) is known color: Cinnabar. HEX triplet: EB, 3A and 34. RGB value is (235,58,52). Sum of RGB (Red+Green+Blue) = 235+58+52=345 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.12% from 345); Green value is 58 (23.05% from 255 or 16.81% from 345); Blue value is 52 (20.70% from 255 or 15.07% from 345); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3A34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB3A34 is #14C5CB. Grayscale: #6E6E6E. Windows color (decimal): -1361356 or 3422955. OLE color: 3422955.

HSL color Cylindrical-coordinate representation of color #EB3A34: hue angle of 1.97º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EB3A34 is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 58 52 -
CMYK 0 0.75 0.78 0.08
HSL 1.97º 0.82% 0.56% -
HSV(B) 1.97º 0.78% 0.92% -
XYZ 36.39 20.94 5.37 -
YUV 110.24 95.14 216.99 -
System Red Green Blue C M Y K H S L
Decimal 235 58 52 0 0.75 0.78 0.08 1.97 0.82 0.56
Hex EB 3A 34 0 4B 4E 8 2 52 38
Octal 353 72 64 0 113 116 10 2 122 70
Binary 11101011 111010 110100 0 1001011 1001110 1000 10 1010010 111000

Color Harmonies of #EB3A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3A34

Black with #EB3A34

Text Example


Text Example

White with #EB3A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3A34; }

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

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

background-color css

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

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

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

border-color css

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

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

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