Html Css Color HEX #EC2322 Cinnabar

📋 copy color: '#EC2322'

red 236 ◦ green 35 ◦ blue 34

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

Shades of Cinnabar #EC2322

Tints of Cinnabar #EC2322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.15%

R = 77.38%
G = 11.48%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EC2322 (or 0xEC2322) is known color: Cinnabar. HEX triplet: EC, 23 and 22. RGB value is (236,35,34). Sum of RGB (Red+Green+Blue) = 236+35+34=305 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.38% from 305); Green value is 35 (14.06% from 255 or 11.48% from 305); Blue value is 34 (13.67% from 255 or 11.15% from 305); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2322 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2322 is #13DCDD. Grayscale: #5F5F5F. Windows color (decimal): -1301726 or 2237420. OLE color: 2237420.

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

Color convert

RGB 236 35 34 -
CMYK 0 0.85 0.86 0.07
HSL 0.3º 0.84% 0.53% -
HSV(B) 0.3º 0.86% 0.93% -
XYZ 35.48 19.15 3.34 -
YUV 94.99 93.59 228.58 -
System Red Green Blue C M Y K H S L
Decimal 236 35 34 0 0.85 0.86 0.07 0.3 0.84 0.53
Hex EC 23 22 0 55 56 7 0 54 35
Octal 354 43 42 0 125 126 7 0 124 65
Binary 11101100 100011 100010 0 1010101 1010110 111 0 1010100 110101

Color Harmonies of #EC2322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2322

Black with #EC2322

Text Example


Text Example

White with #EC2322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2322; }

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

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

background-color css

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

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

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

border-color css

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

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

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