Html Css Color HEX #EC362C Cinnabar

📋 copy color: '#EC362C'

red 236 ◦ green 54 ◦ blue 44

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

Shades of Cinnabar #EC362C

Tints of Cinnabar #EC362C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.17%

 BLUE value IS 44 (17.58% from 255) = 13.17%

R = 70.66%
G = 16.17%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EC362C (or 0xEC362C) is known color: Cinnabar. HEX triplet: EC, 36 and 2C. RGB value is (236,54,44). Sum of RGB (Red+Green+Blue) = 236+54+44=334 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.66% from 334); Green value is 54 (21.48% from 255 or 16.17% from 334); Blue value is 44 (17.58% from 255 or 13.17% from 334); Max value from RGB is 236 - color contains mainly: red. Hex color #EC362C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC362C is #13C9D3. Grayscale: #6B6B6B. Windows color (decimal): -1296852 or 2897644. OLE color: 2897644.

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

Color convert

RGB 236 54 44 -
CMYK 0 0.77 0.81 0.07
HSL 3.13º 0.83% 0.55% -
HSV(B) 3.13º 0.81% 0.93% -
XYZ 36.37 20.65 4.45 -
YUV 107.28 92.3 219.81 -
System Red Green Blue C M Y K H S L
Decimal 236 54 44 0 0.77 0.81 0.07 3.13 0.83 0.55
Hex EC 36 2C 0 4D 51 7 3 53 37
Octal 354 66 54 0 115 121 7 3 123 67
Binary 11101100 110110 101100 0 1001101 1010001 111 11 1010011 110111

Color Harmonies of #EC362C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC362C

Black with #EC362C

Text Example


Text Example

White with #EC362C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC362C; }

 p { color: rgb(236,54,44); }

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

background-color css

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

 a { background-color: rgb(236,54,44); }

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

border-color css

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

 span { border-color: rgb(236,54,44); }

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