Html Css Color HEX #EC3535 Cinnabar

📋 copy color: '#EC3535'

red 236 ◦ green 53 ◦ blue 53

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

Shades of Cinnabar #EC3535

Tints of Cinnabar #EC3535

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.5%

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

R = 69.01%
G = 15.5%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EC3535 (or 0xEC3535) is known color: Cinnabar. HEX triplet: EC, 35 and 35. RGB value is (236,53,53). Sum of RGB (Red+Green+Blue) = 236+53+53=342 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.01% from 342); Green value is 53 (21.09% from 255 or 15.50% from 342); Blue value is 53 (21.09% from 255 or 15.50% from 342); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3535 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3535 is #13CACA. Grayscale: #6B6B6B. Windows color (decimal): -1297099 or 3487212. OLE color: 3487212.

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

Color convert

RGB 236 53 53 -
CMYK 0 0.78 0.78 0.07
HSL 0.83% 0.57% -
HSV(B) 0.78% 0.93% -
XYZ 36.51 20.64 5.43 -
YUV 107.72 97.13 219.5 -
System Red Green Blue C M Y K H S L
Decimal 236 53 53 0 0.78 0.78 0.07 0 0.83 0.57
Hex EC 35 35 0 4E 4E 7 0 53 39
Octal 354 65 65 0 116 116 7 0 123 71
Binary 11101100 110101 110101 0 1001110 1001110 111 0 1010011 111001

Color Harmonies of #EC3535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3535

Black with #EC3535

Text Example


Text Example

White with #EC3535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3535; }

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

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

background-color css

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

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

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

border-color css

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

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

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