Html Css Color HEX #EC362D Cinnabar

📋 copy color: '#EC362D'

red 236 ◦ green 54 ◦ blue 45

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

Shades of Cinnabar #EC362D

Tints of Cinnabar #EC362D

RGB

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

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

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

R = 70.45%
G = 16.12%
B = 13.43%

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

#EC362D (or 0xEC362D) is known color: Cinnabar. HEX triplet: EC, 36 and 2D. RGB value is (236,54,45). Sum of RGB (Red+Green+Blue) = 236+54+45=335 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.45% from 335); Green value is 54 (21.48% from 255 or 16.12% from 335); Blue value is 45 (17.97% from 255 or 13.43% from 335); Max value from RGB is 236 - color contains mainly: red. Hex color #EC362D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC362D is #13C9D2. Grayscale: #6B6B6B. Windows color (decimal): -1296851 or 2963180. OLE color: 2963180.

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

Color convert

RGB 236 54 45 -
CMYK 0 0.77 0.81 0.07
HSL 2.83º 0.83% 0.55% -
HSV(B) 2.83º 0.81% 0.93% -
XYZ 36.38 20.66 4.55 -
YUV 107.39 92.8 219.73 -
System Red Green Blue C M Y K H S L
Decimal 236 54 45 0 0.77 0.81 0.07 2.83 0.83 0.55
Hex EC 36 2D 0 4D 51 7 3 53 37
Octal 354 66 55 0 115 121 7 3 123 67
Binary 11101100 110110 101101 0 1001101 1010001 111 11 1010011 110111

Color Harmonies of #EC362D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC362D

Black with #EC362D

Text Example


Text Example

White with #EC362D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC362D; }

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

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

background-color css

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

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

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

border-color css

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

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

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