Html Css Color HEX #EC3826 Cinnabar

📋 copy color: '#EC3826'

red 236 ◦ green 56 ◦ blue 38

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

Shades of Cinnabar #EC3826

Tints of Cinnabar #EC3826

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.52%

R = 71.52%
G = 16.97%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EC3826 (or 0xEC3826) is known color: Cinnabar. HEX triplet: EC, 38 and 26. RGB value is (236,56,38). Sum of RGB (Red+Green+Blue) = 236+56+38=330 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.52% from 330); Green value is 56 (22.27% from 255 or 16.97% from 330); Blue value is 38 (15.23% from 255 or 11.52% from 330); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3826 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3826 is #13C7D9. Grayscale: #6C6C6C. Windows color (decimal): -1296346 or 2504940. OLE color: 2504940.

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

Color convert

RGB 236 56 38 -
CMYK 0 0.76 0.84 0.07
HSL 5.45º 0.84% 0.54% -
HSV(B) 5.45º 0.84% 0.93% -
XYZ 36.36 20.8 3.93 -
YUV 107.77 88.63 219.46 -
System Red Green Blue C M Y K H S L
Decimal 236 56 38 0 0.76 0.84 0.07 5.45 0.84 0.54
Hex EC 38 26 0 4C 54 7 5 54 36
Octal 354 70 46 0 114 124 7 5 124 66
Binary 11101100 111000 100110 0 1001100 1010100 111 101 1010100 110110

Color Harmonies of #EC3826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3826

Black with #EC3826

Text Example


Text Example

White with #EC3826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3826; }

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

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

background-color css

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

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

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

border-color css

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

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

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