Html Css Color HEX #EC362F Cinnabar

📋 copy color: '#EC362F'

red 236 ◦ green 54 ◦ blue 47

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

Shades of Cinnabar #EC362F

Tints of Cinnabar #EC362F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.95%

R = 70.03%
G = 16.02%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EC362F (or 0xEC362F) is known color: Cinnabar. HEX triplet: EC, 36 and 2F. RGB value is (236,54,47). Sum of RGB (Red+Green+Blue) = 236+54+47=337 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.03% from 337); Green value is 54 (21.48% from 255 or 16.02% from 337); Blue value is 47 (18.75% from 255 or 13.95% from 337); Max value from RGB is 236 - color contains mainly: red. Hex color #EC362F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC362F is #13C9D0. Grayscale: #6B6B6B. Windows color (decimal): -1296849 or 3094252. OLE color: 3094252.

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

Color convert

RGB 236 54 47 -
CMYK 0 0.77 0.80 0.07
HSL 2.22º 0.83% 0.55% -
HSV(B) 2.22º 0.8% 0.93% -
XYZ 36.42 20.68 4.76 -
YUV 107.62 93.8 219.57 -
System Red Green Blue C M Y K H S L
Decimal 236 54 47 0 0.77 0.80 0.07 2.22 0.83 0.55
Hex EC 36 2F 0 4D 50 7 2 53 37
Octal 354 66 57 0 115 120 7 2 123 67
Binary 11101100 110110 101111 0 1001101 1010000 111 10 1010011 110111

Color Harmonies of #EC362F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC362F

Black with #EC362F

Text Example


Text Example

White with #EC362F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC362F; }

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

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

background-color css

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

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

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

border-color css

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

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

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