Html Css Color HEX #EC5233 Cinnabar

📋 copy color: '#EC5233'

red 236 ◦ green 82 ◦ blue 51

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

Shades of Cinnabar #EC5233

Tints of Cinnabar #EC5233

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.22%

 BLUE value IS 51 (20.31% from 255) = 13.82%

R = 63.96%
G = 22.22%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EC5233 (or 0xEC5233) is known color: Cinnabar. HEX triplet: EC, 52 and 33. RGB value is (236,82,51). Sum of RGB (Red+Green+Blue) = 236+82+51=369 (48% of max value = 765). Red value is 236 (92.58% from 255 or 63.96% from 369); Green value is 82 (32.42% from 255 or 22.22% from 369); Blue value is 51 (20.31% from 255 or 13.82% from 369); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5233 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5233 is #13ADCC. Grayscale: #7C7C7C. Windows color (decimal): -1289677 or 3363564. OLE color: 3363564.

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

Color convert

RGB 236 82 51 -
CMYK 0 0.65 0.78 0.07
HSL 10.05º 0.83% 0.56% -
HSV(B) 10.05º 0.78% 0.93% -
XYZ 38.21 24.11 5.77 -
YUV 124.51 86.52 207.52 -
System Red Green Blue C M Y K H S L
Decimal 236 82 51 0 0.65 0.78 0.07 10.05 0.83 0.56
Hex EC 52 33 0 41 4E 7 A 53 38
Octal 354 122 63 0 101 116 7 12 123 70
Binary 11101100 1010010 110011 0 1000001 1001110 111 1010 1010011 111000

Color Harmonies of #EC5233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5233

Black with #EC5233

Text Example


Text Example

White with #EC5233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5233; }

 p { color: rgb(236,82,51); }

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

background-color css

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

 a { background-color: rgb(236,82,51); }

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

border-color css

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

 span { border-color: rgb(236,82,51); }

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