Html Css Color HEX #EC332B Cinnabar

📋 copy color: '#EC332B'

red 236 ◦ green 51 ◦ blue 43

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

Shades of Cinnabar #EC332B

Tints of Cinnabar #EC332B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.45%

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

R = 71.52%
G = 15.45%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EC332B (or 0xEC332B) is known color: Cinnabar. HEX triplet: EC, 33 and 2B. RGB value is (236,51,43). Sum of RGB (Red+Green+Blue) = 236+51+43=330 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.52% from 330); Green value is 51 (20.31% from 255 or 15.45% from 330); Blue value is 43 (17.19% from 255 or 13.03% from 330); Max value from RGB is 236 - color contains mainly: red. Hex color #EC332B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC332B is #13CCD4. Grayscale: #696969. Windows color (decimal): -1297621 or 2831340. OLE color: 2831340.

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

Color convert

RGB 236 51 43 -
CMYK 0 0.78 0.82 0.07
HSL 2.49º 0.84% 0.55% -
HSV(B) 2.49º 0.82% 0.93% -
XYZ 36.21 20.37 4.31 -
YUV 105.4 92.79 221.15 -
System Red Green Blue C M Y K H S L
Decimal 236 51 43 0 0.78 0.82 0.07 2.49 0.84 0.55
Hex EC 33 2B 0 4E 52 7 2 54 37
Octal 354 63 53 0 116 122 7 2 124 67
Binary 11101100 110011 101011 0 1001110 1010010 111 10 1010100 110111

Color Harmonies of #EC332B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC332B

Black with #EC332B

Text Example


Text Example

White with #EC332B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC332B; }

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

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

background-color css

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

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

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

border-color css

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

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

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