Html Css Color HEX #EC4A32 Cinnabar

📋 copy color: '#EC4A32'

red 236 ◦ green 74 ◦ blue 50

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

Shades of Cinnabar #EC4A32

Tints of Cinnabar #EC4A32

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.56%

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

R = 65.56%
G = 20.56%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EC4A32 (or 0xEC4A32) is known color: Cinnabar. HEX triplet: EC, 4A and 32. RGB value is (236,74,50). Sum of RGB (Red+Green+Blue) = 236+74+50=360 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.56% from 360); Green value is 74 (29.30% from 255 or 20.56% from 360); Blue value is 50 (19.92% from 255 or 13.89% from 360); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4A32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4A32 is #13B5CD. Grayscale: #777777. Windows color (decimal): -1291726 or 3295980. OLE color: 3295980.

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

Color convert

RGB 236 74 50 -
CMYK 0 0.69 0.79 0.07
HSL 7.74º 0.83% 0.56% -
HSV(B) 7.74º 0.79% 0.93% -
XYZ 37.62 22.96 5.47 -
YUV 119.7 88.67 210.95 -
System Red Green Blue C M Y K H S L
Decimal 236 74 50 0 0.69 0.79 0.07 7.74 0.83 0.56
Hex EC 4A 32 0 45 4F 7 8 53 38
Octal 354 112 62 0 105 117 7 10 123 70
Binary 11101100 1001010 110010 0 1000101 1001111 111 1000 1010011 111000

Color Harmonies of #EC4A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4A32

Black with #EC4A32

Text Example


Text Example

White with #EC4A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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