Html Css Color HEX #EC3935 Cinnabar

📋 copy color: '#EC3935'

red 236 ◦ green 57 ◦ blue 53

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

Shades of Cinnabar #EC3935

Tints of Cinnabar #EC3935

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.47%

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

R = 68.21%
G = 16.47%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EC3935 (or 0xEC3935) is known color: Cinnabar. HEX triplet: EC, 39 and 35. RGB value is (236,57,53). Sum of RGB (Red+Green+Blue) = 236+57+53=346 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.21% from 346); Green value is 57 (22.66% from 255 or 16.47% from 346); Blue value is 53 (21.09% from 255 or 15.32% from 346); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3935 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3935 is #13C6CA. Grayscale: #6E6E6E. Windows color (decimal): -1296075 or 3488236. OLE color: 3488236.

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

Color convert

RGB 236 57 53 -
CMYK 0 0.76 0.78 0.07
HSL 1.31º 0.83% 0.57% -
HSV(B) 1.31º 0.78% 0.93% -
XYZ 36.7 21.02 5.49 -
YUV 110.07 95.8 217.83 -
System Red Green Blue C M Y K H S L
Decimal 236 57 53 0 0.76 0.78 0.07 1.31 0.83 0.57
Hex EC 39 35 0 4C 4E 7 1 53 39
Octal 354 71 65 0 114 116 7 1 123 71
Binary 11101100 111001 110101 0 1001100 1001110 111 1 1010011 111001

Color Harmonies of #EC3935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3935

Black with #EC3935

Text Example


Text Example

White with #EC3935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3935; }

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

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

background-color css

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

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

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

border-color css

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

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

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