Html Css Color HEX #EC2C26 Cinnabar

📋 copy color: '#EC2C26'

red 236 ◦ green 44 ◦ blue 38

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

Shades of Cinnabar #EC2C26

Tints of Cinnabar #EC2C26

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.84%

 BLUE value IS 38 (15.23% from 255) = 11.95%

R = 74.21%
G = 13.84%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EC2C26 (or 0xEC2C26) is known color: Cinnabar. HEX triplet: EC, 2C and 26. RGB value is (236,44,38). Sum of RGB (Red+Green+Blue) = 236+44+38=318 (42% of max value = 765). Red value is 236 (92.58% from 255 or 74.21% from 318); Green value is 44 (17.58% from 255 or 13.84% from 318); Blue value is 38 (15.23% from 255 or 11.95% from 318); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2C26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2C26 is #13D3D9. Grayscale: #646464. Windows color (decimal): -1299418 or 2501868. OLE color: 2501868.

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

Color convert

RGB 236 44 38 -
CMYK 0 0.81 0.84 0.07
HSL 1.82º 0.84% 0.54% -
HSV(B) 1.82º 0.84% 0.93% -
XYZ 35.84 19.77 3.76 -
YUV 100.72 92.61 224.49 -
System Red Green Blue C M Y K H S L
Decimal 236 44 38 0 0.81 0.84 0.07 1.82 0.84 0.54
Hex EC 2C 26 0 51 54 7 2 54 36
Octal 354 54 46 0 121 124 7 2 124 66
Binary 11101100 101100 100110 0 1010001 1010100 111 10 1010100 110110

Color Harmonies of #EC2C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2C26

Black with #EC2C26

Text Example


Text Example

White with #EC2C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2C26; }

 p { color: rgb(236,44,38); }

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

background-color css

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

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

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

border-color css

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

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

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