Html Css Color HEX #EC5325 Cinnabar

📋 copy color: '#EC5325'

red 236 ◦ green 83 ◦ blue 37

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

Shades of Cinnabar #EC5325

Tints of Cinnabar #EC5325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.39%

R = 66.29%
G = 23.31%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EC5325 (or 0xEC5325) is known color: Cinnabar. HEX triplet: EC, 53 and 25. RGB value is (236,83,37). Sum of RGB (Red+Green+Blue) = 236+83+37=356 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.29% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 37 (14.84% from 255 or 10.39% from 356); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5325 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5325 is #13ACDA. Grayscale: #7B7B7B. Windows color (decimal): -1289435 or 2446316. OLE color: 2446316.

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

Color convert

RGB 236 83 37 -
CMYK 0 0.65 0.84 0.07
HSL 13.87º 0.84% 0.54% -
HSV(B) 13.87º 0.84% 0.93% -
XYZ 38.02 24.15 4.41 -
YUV 123.5 79.19 208.24 -
System Red Green Blue C M Y K H S L
Decimal 236 83 37 0 0.65 0.84 0.07 13.87 0.84 0.54
Hex EC 53 25 0 41 54 7 E 54 36
Octal 354 123 45 0 101 124 7 16 124 66
Binary 11101100 1010011 100101 0 1000001 1010100 111 1110 1010100 110110

Color Harmonies of #EC5325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5325

Black with #EC5325

Text Example


Text Example

White with #EC5325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5325; }

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

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

background-color css

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

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

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

border-color css

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

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

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