Html Css Color HEX #EC322D Cinnabar

📋 copy color: '#EC322D'

red 236 ◦ green 50 ◦ blue 45

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

Shades of Cinnabar #EC322D

Tints of Cinnabar #EC322D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.11%

 BLUE value IS 45 (17.97% from 255) = 13.6%

R = 71.3%
G = 15.11%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EC322D (or 0xEC322D) is known color: Cinnabar. HEX triplet: EC, 32 and 2D. RGB value is (236,50,45). Sum of RGB (Red+Green+Blue) = 236+50+45=331 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.30% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 45 (17.97% from 255 or 13.60% from 331); Max value from RGB is 236 - color contains mainly: red. Hex color #EC322D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC322D is #13CDD2. Grayscale: #696969. Windows color (decimal): -1297875 or 2962156. OLE color: 2962156.

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

Color convert

RGB 236 50 45 -
CMYK 0 0.79 0.81 0.07
HSL 1.57º 0.83% 0.55% -
HSV(B) 1.57º 0.81% 0.93% -
XYZ 36.21 20.3 4.49 -
YUV 105.04 94.12 221.41 -
System Red Green Blue C M Y K H S L
Decimal 236 50 45 0 0.79 0.81 0.07 1.57 0.83 0.55
Hex EC 32 2D 0 4F 51 7 2 53 37
Octal 354 62 55 0 117 121 7 2 123 67
Binary 11101100 110010 101101 0 1001111 1010001 111 10 1010011 110111

Color Harmonies of #EC322D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC322D

Black with #EC322D

Text Example


Text Example

White with #EC322D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC322D; }

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

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

background-color css

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

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

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

border-color css

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

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

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