Html Css Color HEX #EC372F Cinnabar

📋 copy color: '#EC372F'

red 236 ◦ green 55 ◦ blue 47

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

Shades of Cinnabar #EC372F

Tints of Cinnabar #EC372F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.27%

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

R = 69.82%
G = 16.27%
B = 13.91%

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

#EC372F (or 0xEC372F) is known color: Cinnabar. HEX triplet: EC, 37 and 2F. RGB value is (236,55,47). Sum of RGB (Red+Green+Blue) = 236+55+47=338 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.82% from 338); Green value is 55 (21.88% from 255 or 16.27% from 338); Blue value is 47 (18.75% from 255 or 13.91% from 338); Max value from RGB is 236 - color contains mainly: red. Hex color #EC372F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC372F is #13C8D0. Grayscale: #6C6C6C. Windows color (decimal): -1296593 or 3094508. OLE color: 3094508.

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

Color convert

RGB 236 55 47 -
CMYK 0 0.77 0.80 0.07
HSL 2.54º 0.83% 0.55% -
HSV(B) 2.54º 0.8% 0.93% -
XYZ 36.47 20.77 4.78 -
YUV 108.21 93.47 219.15 -
System Red Green Blue C M Y K H S L
Decimal 236 55 47 0 0.77 0.80 0.07 2.54 0.83 0.55
Hex EC 37 2F 0 4D 50 7 3 53 37
Octal 354 67 57 0 115 120 7 3 123 67
Binary 11101100 110111 101111 0 1001101 1010000 111 11 1010011 110111

Color Harmonies of #EC372F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC372F

Black with #EC372F

Text Example


Text Example

White with #EC372F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC372F; }

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

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

background-color css

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

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

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

border-color css

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

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

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