Html Css Color HEX #EC352E Cinnabar

📋 copy color: '#EC352E'

red 236 ◦ green 53 ◦ blue 46

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

Shades of Cinnabar #EC352E

Tints of Cinnabar #EC352E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.73%

R = 70.45%
G = 15.82%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EC352E (or 0xEC352E) is known color: Cinnabar. HEX triplet: EC, 35 and 2E. RGB value is (236,53,46). Sum of RGB (Red+Green+Blue) = 236+53+46=335 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.45% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 46 (18.36% from 255 or 13.73% from 335); Max value from RGB is 236 - color contains mainly: red. Hex color #EC352E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC352E is #13CAD1. Grayscale: #6B6B6B. Windows color (decimal): -1297106 or 3028460. OLE color: 3028460.

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

Color convert

RGB 236 53 46 -
CMYK 0 0.78 0.81 0.07
HSL 2.21º 0.83% 0.55% -
HSV(B) 2.21º 0.81% 0.93% -
XYZ 36.36 20.58 4.64 -
YUV 106.92 93.63 220.07 -
System Red Green Blue C M Y K H S L
Decimal 236 53 46 0 0.78 0.81 0.07 2.21 0.83 0.55
Hex EC 35 2E 0 4E 51 7 2 53 37
Octal 354 65 56 0 116 121 7 2 123 67
Binary 11101100 110101 101110 0 1001110 1010001 111 10 1010011 110111

Color Harmonies of #EC352E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC352E

Black with #EC352E

Text Example


Text Example

White with #EC352E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC352E; }

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

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

background-color css

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

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

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

border-color css

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

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

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