Html Css Color HEX #EC4A2B Cinnabar

📋 copy color: '#EC4A2B'

red 236 ◦ green 74 ◦ blue 43

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

Shades of Cinnabar #EC4A2B

Tints of Cinnabar #EC4A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.18%

R = 66.86%
G = 20.96%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EC4A2B (or 0xEC4A2B) is known color: Cinnabar. HEX triplet: EC, 4A and 2B. RGB value is (236,74,43). Sum of RGB (Red+Green+Blue) = 236+74+43=353 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.86% from 353); Green value is 74 (29.30% from 255 or 20.96% from 353); Blue value is 43 (17.19% from 255 or 12.18% from 353); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4A2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4A2B is #13B5D4. Grayscale: #777777. Windows color (decimal): -1291733 or 2837228. OLE color: 2837228.

HSL color Cylindrical-coordinate representation of color #EC4A2B: hue angle of 9.64º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC4A2B is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 74 43 -
CMYK 0 0.69 0.82 0.07
HSL 9.64º 0.84% 0.55% -
HSV(B) 9.64º 0.82% 0.93% -
XYZ 37.48 22.9 4.73 -
YUV 118.9 85.17 211.52 -
System Red Green Blue C M Y K H S L
Decimal 236 74 43 0 0.69 0.82 0.07 9.64 0.84 0.55
Hex EC 4A 2B 0 45 52 7 A 54 37
Octal 354 112 53 0 105 122 7 12 124 67
Binary 11101100 1001010 101011 0 1000101 1010010 111 1010 1010100 110111

Color Harmonies of #EC4A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4A2B

Black with #EC4A2B

Text Example


Text Example

White with #EC4A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4A2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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