Html Css Color HEX #EC5338 Cinnabar

📋 copy color: '#EC5338'

red 236 ◦ green 83 ◦ blue 56

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

Shades of Cinnabar #EC5338

Tints of Cinnabar #EC5338

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.13%

 BLUE value IS 56 (22.27% from 255) = 14.93%

R = 62.93%
G = 22.13%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EC5338 (or 0xEC5338) is known color: Cinnabar. HEX triplet: EC, 53 and 38. RGB value is (236,83,56). Sum of RGB (Red+Green+Blue) = 236+83+56=375 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.93% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 56 (22.27% from 255 or 14.93% from 375); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5338 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5338 is #13ACC7. Grayscale: #7D7D7D. Windows color (decimal): -1289416 or 3691500. OLE color: 3691500.

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

Color convert

RGB 236 83 56 -
CMYK 0 0.65 0.76 0.07
HSL 0.83% 0.57% -
HSV(B) 0.76% 0.93% -
XYZ 38.4 24.3 6.41 -
YUV 125.67 88.69 206.7 -
System Red Green Blue C M Y K H S L
Decimal 236 83 56 0 0.65 0.76 0.07 9 0.83 0.57
Hex EC 53 38 0 41 4C 7 9 53 39
Octal 354 123 70 0 101 114 7 11 123 71
Binary 11101100 1010011 111000 0 1000001 1001100 111 1001 1010011 111001

Color Harmonies of #EC5338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5338

Black with #EC5338

Text Example


Text Example

White with #EC5338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5338; }

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

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

background-color css

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

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

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

border-color css

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

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

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