Html Css Color HEX #EC3832 Cinnabar

📋 copy color: '#EC3832'

red 236 ◦ green 56 ◦ blue 50

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

Shades of Cinnabar #EC3832

Tints of Cinnabar #EC3832

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.62%

R = 69.01%
G = 16.37%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EC3832 (or 0xEC3832) is known color: Cinnabar. HEX triplet: EC, 38 and 32. RGB value is (236,56,50). Sum of RGB (Red+Green+Blue) = 236+56+50=342 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.01% from 342); Green value is 56 (22.27% from 255 or 16.37% from 342); Blue value is 50 (19.92% from 255 or 14.62% from 342); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3832 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3832 is #13C7CD. Grayscale: #6D6D6D. Windows color (decimal): -1296334 or 3291372. OLE color: 3291372.

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

Color convert

RGB 236 56 50 -
CMYK 0 0.76 0.79 0.07
HSL 1.94º 0.83% 0.56% -
HSV(B) 1.94º 0.79% 0.93% -
XYZ 36.58 20.89 5.12 -
YUV 109.14 94.63 218.49 -
System Red Green Blue C M Y K H S L
Decimal 236 56 50 0 0.76 0.79 0.07 1.94 0.83 0.56
Hex EC 38 32 0 4C 4F 7 2 53 38
Octal 354 70 62 0 114 117 7 2 123 70
Binary 11101100 111000 110010 0 1001100 1001111 111 10 1010011 111000

Color Harmonies of #EC3832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3832

Black with #EC3832

Text Example


Text Example

White with #EC3832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3832; }

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

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

background-color css

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

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

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

border-color css

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

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

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