Html Css Color HEX #EC5135 Cinnabar

📋 copy color: '#EC5135'

red 236 ◦ green 81 ◦ blue 53

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

Shades of Cinnabar #EC5135

Tints of Cinnabar #EC5135

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.89%

 BLUE value IS 53 (21.09% from 255) = 14.32%

R = 63.78%
G = 21.89%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EC5135 (or 0xEC5135) is known color: Cinnabar. HEX triplet: EC, 51 and 35. RGB value is (236,81,53). Sum of RGB (Red+Green+Blue) = 236+81+53=370 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.78% from 370); Green value is 81 (32.03% from 255 or 21.89% from 370); Blue value is 53 (21.09% from 255 or 14.32% from 370); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5135 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5135 is #13AECA. Grayscale: #7C7C7C. Windows color (decimal): -1289931 or 3494380. OLE color: 3494380.

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

Color convert

RGB 236 81 53 -
CMYK 0 0.66 0.78 0.07
HSL 9.18º 0.83% 0.57% -
HSV(B) 9.18º 0.78% 0.93% -
XYZ 38.18 23.97 5.98 -
YUV 124.15 87.85 207.78 -
System Red Green Blue C M Y K H S L
Decimal 236 81 53 0 0.66 0.78 0.07 9.18 0.83 0.57
Hex EC 51 35 0 42 4E 7 9 53 39
Octal 354 121 65 0 102 116 7 11 123 71
Binary 11101100 1010001 110101 0 1000010 1001110 111 1001 1010011 111001

Color Harmonies of #EC5135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5135

Black with #EC5135

Text Example


Text Example

White with #EC5135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5135; }

 p { color: rgb(236,81,53); }

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

background-color css

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

 a { background-color: rgb(236,81,53); }

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

border-color css

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

 span { border-color: rgb(236,81,53); }

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