Html Css Color HEX #EC3C34 Cinnabar

📋 copy color: '#EC3C34'

red 236 ◦ green 60 ◦ blue 52

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

Shades of Cinnabar #EC3C34

Tints of Cinnabar #EC3C34

RGB

 RED value IS 236 (92.58% from 255) = 67.82%

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

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

R = 67.82%
G = 17.24%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EC3C34 (or 0xEC3C34) is known color: Cinnabar. HEX triplet: EC, 3C and 34. RGB value is (236,60,52). Sum of RGB (Red+Green+Blue) = 236+60+52=348 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.82% from 348); Green value is 60 (23.83% from 255 or 17.24% from 348); Blue value is 52 (20.70% from 255 or 14.94% from 348); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3C34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3C34 is #13C3CB. Grayscale: #6F6F6F. Windows color (decimal): -1295308 or 3423468. OLE color: 3423468.

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

Color convert

RGB 236 60 52 -
CMYK 0 0.75 0.78 0.07
HSL 2.61º 0.83% 0.56% -
HSV(B) 2.61º 0.78% 0.93% -
XYZ 36.83 21.31 5.42 -
YUV 111.71 94.31 216.65 -
System Red Green Blue C M Y K H S L
Decimal 236 60 52 0 0.75 0.78 0.07 2.61 0.83 0.56
Hex EC 3C 34 0 4B 4E 7 3 53 38
Octal 354 74 64 0 113 116 7 3 123 70
Binary 11101100 111100 110100 0 1001011 1001110 111 11 1010011 111000

Color Harmonies of #EC3C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3C34

Black with #EC3C34

Text Example


Text Example

White with #EC3C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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