Html Css Color HEX #EC3C35 Cinnabar

📋 copy color: '#EC3C35'

red 236 ◦ green 60 ◦ blue 53

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

Shades of Cinnabar #EC3C35

Tints of Cinnabar #EC3C35

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.19%

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

R = 67.62%
G = 17.19%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EC3C35 (or 0xEC3C35) is known color: Cinnabar. HEX triplet: EC, 3C and 35. RGB value is (236,60,53). Sum of RGB (Red+Green+Blue) = 236+60+53=349 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.62% from 349); Green value is 60 (23.83% from 255 or 17.19% from 349); Blue value is 53 (21.09% from 255 or 15.19% from 349); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3C35 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3C35 is #13C3CA. Grayscale: #707070. Windows color (decimal): -1295307 or 3489004. OLE color: 3489004.

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

Color convert

RGB 236 60 53 -
CMYK 0 0.75 0.78 0.07
HSL 2.3º 0.83% 0.57% -
HSV(B) 2.3º 0.78% 0.93% -
XYZ 36.85 21.32 5.54 -
YUV 111.83 94.81 216.57 -
System Red Green Blue C M Y K H S L
Decimal 236 60 53 0 0.75 0.78 0.07 2.3 0.83 0.57
Hex EC 3C 35 0 4B 4E 7 2 53 39
Octal 354 74 65 0 113 116 7 2 123 71
Binary 11101100 111100 110101 0 1001011 1001110 111 10 1010011 111001

Color Harmonies of #EC3C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3C35

Black with #EC3C35

Text Example


Text Example

White with #EC3C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3C35; }

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

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

background-color css

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

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

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

border-color css

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

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

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