Html Css Color HEX #EC382B Cinnabar

📋 copy color: '#EC382B'

red 236 ◦ green 56 ◦ blue 43

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

Shades of Cinnabar #EC382B

Tints of Cinnabar #EC382B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.84%

R = 70.45%
G = 16.72%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EC382B (or 0xEC382B) is known color: Cinnabar. HEX triplet: EC, 38 and 2B. RGB value is (236,56,43). Sum of RGB (Red+Green+Blue) = 236+56+43=335 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.45% from 335); Green value is 56 (22.27% from 255 or 16.72% from 335); Blue value is 43 (17.19% from 255 or 12.84% from 335); Max value from RGB is 236 - color contains mainly: red. Hex color #EC382B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC382B is #13C7D4. Grayscale: #6C6C6C. Windows color (decimal): -1296341 or 2832620. OLE color: 2832620.

HSL color Cylindrical-coordinate representation of color #EC382B: hue angle of 4.04º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC382B is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 56 43 -
CMYK 0 0.76 0.82 0.07
HSL 4.04º 0.84% 0.55% -
HSV(B) 4.04º 0.82% 0.93% -
XYZ 36.44 20.84 4.39 -
YUV 108.34 91.13 219.06 -
System Red Green Blue C M Y K H S L
Decimal 236 56 43 0 0.76 0.82 0.07 4.04 0.84 0.55
Hex EC 38 2B 0 4C 52 7 4 54 37
Octal 354 70 53 0 114 122 7 4 124 67
Binary 11101100 111000 101011 0 1001100 1010010 111 100 1010100 110111

Color Harmonies of #EC382B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC382B

Black with #EC382B

Text Example


Text Example

White with #EC382B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC382B; }

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

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

background-color css

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

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

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

border-color css

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

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

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