Html Css Color HEX #EC3E34 Cinnabar

📋 copy color: '#EC3E34'

red 236 ◦ green 62 ◦ blue 52

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

Shades of Cinnabar #EC3E34

Tints of Cinnabar #EC3E34

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.71%

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

R = 67.43%
G = 17.71%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EC3E34 (or 0xEC3E34) is known color: Cinnabar. HEX triplet: EC, 3E and 34. RGB value is (236,62,52). Sum of RGB (Red+Green+Blue) = 236+62+52=350 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.43% from 350); Green value is 62 (24.61% from 255 or 17.71% from 350); Blue value is 52 (20.70% from 255 or 14.86% from 350); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3E34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3E34 is #13C1CB. Grayscale: #717171. Windows color (decimal): -1294796 or 3423980. OLE color: 3423980.

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

Color convert

RGB 236 62 52 -
CMYK 0 0.74 0.78 0.07
HSL 3.26º 0.83% 0.56% -
HSV(B) 3.26º 0.78% 0.93% -
XYZ 36.93 21.53 5.46 -
YUV 112.89 93.65 215.81 -
System Red Green Blue C M Y K H S L
Decimal 236 62 52 0 0.74 0.78 0.07 3.26 0.83 0.56
Hex EC 3E 34 0 4A 4E 7 3 53 38
Octal 354 76 64 0 112 116 7 3 123 70
Binary 11101100 111110 110100 0 1001010 1001110 111 11 1010011 111000

Color Harmonies of #EC3E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3E34

Black with #EC3E34

Text Example


Text Example

White with #EC3E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3E34; }

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

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

background-color css

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

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

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

border-color css

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

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

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