Html Css Color HEX #EC492B Cinnabar

📋 copy color: '#EC492B'

red 236 ◦ green 73 ◦ blue 43

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

Shades of Cinnabar #EC492B

Tints of Cinnabar #EC492B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.74%

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

R = 67.05%
G = 20.74%
B = 12.22%

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

#EC492B (or 0xEC492B) is known color: Cinnabar. HEX triplet: EC, 49 and 2B. RGB value is (236,73,43). Sum of RGB (Red+Green+Blue) = 236+73+43=352 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.05% from 352); Green value is 73 (28.91% from 255 or 20.74% from 352); Blue value is 43 (17.19% from 255 or 12.22% from 352); Max value from RGB is 236 - color contains mainly: red. Hex color #EC492B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC492B is #13B6D4. Grayscale: #767676. Windows color (decimal): -1291989 or 2836972. OLE color: 2836972.

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

Color convert

RGB 236 73 43 -
CMYK 0 0.69 0.82 0.07
HSL 9.33º 0.84% 0.55% -
HSV(B) 9.33º 0.82% 0.93% -
XYZ 37.41 22.77 4.71 -
YUV 118.32 85.5 211.94 -
System Red Green Blue C M Y K H S L
Decimal 236 73 43 0 0.69 0.82 0.07 9.33 0.84 0.55
Hex EC 49 2B 0 45 52 7 9 54 37
Octal 354 111 53 0 105 122 7 11 124 67
Binary 11101100 1001001 101011 0 1000101 1010010 111 1001 1010100 110111

Color Harmonies of #EC492B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC492B

Black with #EC492B

Text Example


Text Example

White with #EC492B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC492B; }

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

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

background-color css

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

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

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

border-color css

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

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

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