Html Css Color HEX #EB3C34 Cinnabar

📋 copy color: '#EB3C34'

red 235 ◦ green 60 ◦ blue 52

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

Shades of Cinnabar #EB3C34

Tints of Cinnabar #EB3C34

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.29%

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

R = 67.72%
G = 17.29%
B = 14.99%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EB3C34 (or 0xEB3C34) is known color: Cinnabar. HEX triplet: EB, 3C and 34. RGB value is (235,60,52). Sum of RGB (Red+Green+Blue) = 235+60+52=347 (45% of max value = 765). Red value is 235 (92.19% from 255 or 67.72% from 347); Green value is 60 (23.83% from 255 or 17.29% from 347); Blue value is 52 (20.70% from 255 or 14.99% from 347); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3C34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB3C34 is #14C3CB. Grayscale: #6F6F6F. Windows color (decimal): -1360844 or 3423467. OLE color: 3423467.

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

Color convert

RGB 235 60 52 -
CMYK 0 0.74 0.78 0.08
HSL 2.62º 0.82% 0.56% -
HSV(B) 2.62º 0.78% 0.92% -
XYZ 36.5 21.14 5.41 -
YUV 111.41 94.48 216.15 -
System Red Green Blue C M Y K H S L
Decimal 235 60 52 0 0.74 0.78 0.08 2.62 0.82 0.56
Hex EB 3C 34 0 4A 4E 8 3 52 38
Octal 353 74 64 0 112 116 10 3 122 70
Binary 11101011 111100 110100 0 1001010 1001110 1000 11 1010010 111000

Color Harmonies of #EB3C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3C34

Black with #EB3C34

Text Example


Text Example

White with #EB3C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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