Html Css Color HEX #EC2B29 Cinnabar

📋 copy color: '#EC2B29'

red 236 ◦ green 43 ◦ blue 41

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

Shades of Cinnabar #EC2B29

Tints of Cinnabar #EC2B29

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.44%

 BLUE value IS 41 (16.41% from 255) = 12.81%

R = 73.75%
G = 13.44%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EC2B29 (or 0xEC2B29) is known color: Cinnabar. HEX triplet: EC, 2B and 29. RGB value is (236,43,41). Sum of RGB (Red+Green+Blue) = 236+43+41=320 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.75% from 320); Green value is 43 (17.19% from 255 or 13.44% from 320); Blue value is 41 (16.41% from 255 or 12.81% from 320); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2B29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2B29 is #13D4D6. Grayscale: #646464. Windows color (decimal): -1299671 or 2698220. OLE color: 2698220.

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

Color convert

RGB 236 43 41 -
CMYK 0 0.82 0.83 0.07
HSL 0.62º 0.84% 0.54% -
HSV(B) 0.62º 0.83% 0.93% -
XYZ 35.86 19.72 4.01 -
YUV 100.48 94.44 224.66 -
System Red Green Blue C M Y K H S L
Decimal 236 43 41 0 0.82 0.83 0.07 0.62 0.84 0.54
Hex EC 2B 29 0 52 53 7 1 54 36
Octal 354 53 51 0 122 123 7 1 124 66
Binary 11101100 101011 101001 0 1010010 1010011 111 1 1010100 110110

Color Harmonies of #EC2B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2B29

Black with #EC2B29

Text Example


Text Example

White with #EC2B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2B29; }

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

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

background-color css

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

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

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

border-color css

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

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

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