Html Css Color HEX #EC382F Cinnabar

📋 copy color: '#EC382F'

red 236 ◦ green 56 ◦ blue 47

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

Shades of Cinnabar #EC382F

Tints of Cinnabar #EC382F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.52%

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

R = 69.62%
G = 16.52%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EC382F (or 0xEC382F) is known color: Cinnabar. HEX triplet: EC, 38 and 2F. RGB value is (236,56,47). Sum of RGB (Red+Green+Blue) = 236+56+47=339 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.62% from 339); Green value is 56 (22.27% from 255 or 16.52% from 339); Blue value is 47 (18.75% from 255 or 13.86% from 339); Max value from RGB is 236 - color contains mainly: red. Hex color #EC382F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC382F is #13C7D0. Grayscale: #6D6D6D. Windows color (decimal): -1296337 or 3094764. OLE color: 3094764.

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

Color convert

RGB 236 56 47 -
CMYK 0 0.76 0.80 0.07
HSL 2.86º 0.83% 0.55% -
HSV(B) 2.86º 0.8% 0.93% -
XYZ 36.52 20.87 4.79 -
YUV 108.79 93.13 218.73 -
System Red Green Blue C M Y K H S L
Decimal 236 56 47 0 0.76 0.80 0.07 2.86 0.83 0.55
Hex EC 38 2F 0 4C 50 7 3 53 37
Octal 354 70 57 0 114 120 7 3 123 67
Binary 11101100 111000 101111 0 1001100 1010000 111 11 1010011 110111

Color Harmonies of #EC382F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC382F

Black with #EC382F

Text Example


Text Example

White with #EC382F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC382F; }

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

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

background-color css

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

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

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

border-color css

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

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

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