Html Css Color HEX #EC2323 Cinnabar

📋 copy color: '#EC2323'

red 236 ◦ green 35 ◦ blue 35

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

Shades of Cinnabar #EC2323

Tints of Cinnabar #EC2323

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.44%

 BLUE value IS 35 (14.06% from 255) = 11.44%

R = 77.12%
G = 11.44%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EC2323 (or 0xEC2323) is known color: Cinnabar. HEX triplet: EC, 23 and 23. RGB value is (236,35,35). Sum of RGB (Red+Green+Blue) = 236+35+35=306 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.12% from 306); Green value is 35 (14.06% from 255 or 11.44% from 306); Blue value is 35 (14.06% from 255 or 11.44% from 306); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2323 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2323 is #13DCDC. Grayscale: #5F5F5F. Windows color (decimal): -1301725 or 2302956. OLE color: 2302956.

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

Color convert

RGB 236 35 35 -
CMYK 0 0.85 0.85 0.07
HSL 0.84% 0.53% -
HSV(B) 0.85% 0.93% -
XYZ 35.5 19.16 3.42 -
YUV 95.1 94.09 228.5 -
System Red Green Blue C M Y K H S L
Decimal 236 35 35 0 0.85 0.85 0.07 0 0.84 0.53
Hex EC 23 23 0 55 55 7 0 54 35
Octal 354 43 43 0 125 125 7 0 124 65
Binary 11101100 100011 100011 0 1010101 1010101 111 0 1010100 110101

Color Harmonies of #EC2323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2323

Black with #EC2323

Text Example


Text Example

White with #EC2323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2323; }

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

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

background-color css

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

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

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

border-color css

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

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

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