Html Css Color HEX #EC3A32 Cinnabar

📋 copy color: '#EC3A32'

red 236 ◦ green 58 ◦ blue 50

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

Shades of Cinnabar #EC3A32

Tints of Cinnabar #EC3A32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.53%

R = 68.6%
G = 16.86%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EC3A32 (or 0xEC3A32) is known color: Cinnabar. HEX triplet: EC, 3A and 32. RGB value is (236,58,50). Sum of RGB (Red+Green+Blue) = 236+58+50=344 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.60% from 344); Green value is 58 (23.05% from 255 or 16.86% from 344); Blue value is 50 (19.92% from 255 or 14.53% from 344); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3A32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3A32 is #13C5CD. Grayscale: #6E6E6E. Windows color (decimal): -1295822 or 3291884. OLE color: 3291884.

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

Color convert

RGB 236 58 50 -
CMYK 0 0.75 0.79 0.07
HSL 2.58º 0.83% 0.56% -
HSV(B) 2.58º 0.79% 0.93% -
XYZ 36.68 21.09 5.15 -
YUV 110.31 93.97 217.65 -
System Red Green Blue C M Y K H S L
Decimal 236 58 50 0 0.75 0.79 0.07 2.58 0.83 0.56
Hex EC 3A 32 0 4B 4F 7 3 53 38
Octal 354 72 62 0 113 117 7 3 123 70
Binary 11101100 111010 110010 0 1001011 1001111 111 11 1010011 111000

Color Harmonies of #EC3A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3A32

Black with #EC3A32

Text Example


Text Example

White with #EC3A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3A32; }

 p { color: rgb(236,58,50); }

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

background-color css

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

 a { background-color: rgb(236,58,50); }

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

border-color css

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

 span { border-color: rgb(236,58,50); }

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