Html Css Color HEX #EC4A33 Cinnabar

📋 copy color: '#EC4A33'

red 236 ◦ green 74 ◦ blue 51

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

Shades of Cinnabar #EC4A33

Tints of Cinnabar #EC4A33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.13%

R = 65.37%
G = 20.5%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EC4A33 (or 0xEC4A33) is known color: Cinnabar. HEX triplet: EC, 4A and 33. RGB value is (236,74,51). Sum of RGB (Red+Green+Blue) = 236+74+51=361 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.37% from 361); Green value is 74 (29.30% from 255 or 20.50% from 361); Blue value is 51 (20.31% from 255 or 14.13% from 361); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4A33 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4A33 is #13B5CC. Grayscale: #787878. Windows color (decimal): -1291725 or 3361516. OLE color: 3361516.

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

Color convert

RGB 236 74 51 -
CMYK 0 0.69 0.78 0.07
HSL 7.46º 0.83% 0.56% -
HSV(B) 7.46º 0.78% 0.93% -
XYZ 37.64 22.97 5.58 -
YUV 119.82 89.17 210.87 -
System Red Green Blue C M Y K H S L
Decimal 236 74 51 0 0.69 0.78 0.07 7.46 0.83 0.56
Hex EC 4A 33 0 45 4E 7 7 53 38
Octal 354 112 63 0 105 116 7 7 123 70
Binary 11101100 1001010 110011 0 1000101 1001110 111 111 1010011 111000

Color Harmonies of #EC4A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4A33

Black with #EC4A33

Text Example


Text Example

White with #EC4A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4A33; }

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

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

background-color css

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

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

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

border-color css

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

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

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