Html Css Color HEX #EC2922 Cinnabar

📋 copy color: '#EC2922'

red 236 ◦ green 41 ◦ blue 34

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

Shades of Cinnabar #EC2922

Tints of Cinnabar #EC2922

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.18%

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

R = 75.88%
G = 13.18%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EC2922 (or 0xEC2922) is known color: Cinnabar. HEX triplet: EC, 29 and 22. RGB value is (236,41,34). Sum of RGB (Red+Green+Blue) = 236+41+34=311 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.88% from 311); Green value is 41 (16.41% from 255 or 13.18% from 311); Blue value is 34 (13.67% from 255 or 10.93% from 311); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2922 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2922 is #13D6DD. Grayscale: #626262. Windows color (decimal): -1300190 or 2238956. OLE color: 2238956.

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

Color convert

RGB 236 41 34 -
CMYK 0 0.83 0.86 0.07
HSL 2.08º 0.84% 0.53% -
HSV(B) 2.08º 0.86% 0.93% -
XYZ 35.67 19.53 3.4 -
YUV 98.51 91.6 226.07 -
System Red Green Blue C M Y K H S L
Decimal 236 41 34 0 0.83 0.86 0.07 2.08 0.84 0.53
Hex EC 29 22 0 53 56 7 2 54 35
Octal 354 51 42 0 123 126 7 2 124 65
Binary 11101100 101001 100010 0 1010011 1010110 111 10 1010100 110101

Color Harmonies of #EC2922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2922

Black with #EC2922

Text Example


Text Example

White with #EC2922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2922; }

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

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

background-color css

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

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

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

border-color css

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

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

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