Html Css Color HEX #EC2C2B Cinnabar

📋 copy color: '#EC2C2B'

red 236 ◦ green 44 ◦ blue 43

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

Shades of Cinnabar #EC2C2B

Tints of Cinnabar #EC2C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.31%

R = 73.07%
G = 13.62%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EC2C2B (or 0xEC2C2B) is known color: Cinnabar. HEX triplet: EC, 2C and 2B. RGB value is (236,44,43). Sum of RGB (Red+Green+Blue) = 236+44+43=323 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.07% from 323); Green value is 44 (17.58% from 255 or 13.62% from 323); Blue value is 43 (17.19% from 255 or 13.31% from 323); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2C2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2C2B is #13D3D4. Grayscale: #656565. Windows color (decimal): -1299413 or 2829548. OLE color: 2829548.

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

Color convert

RGB 236 44 43 -
CMYK 0 0.81 0.82 0.07
HSL 0.31º 0.84% 0.55% -
HSV(B) 0.31º 0.82% 0.93% -
XYZ 35.93 19.81 4.22 -
YUV 101.29 95.11 224.08 -
System Red Green Blue C M Y K H S L
Decimal 236 44 43 0 0.81 0.82 0.07 0.31 0.84 0.55
Hex EC 2C 2B 0 51 52 7 0 54 37
Octal 354 54 53 0 121 122 7 0 124 67
Binary 11101100 101100 101011 0 1010001 1010010 111 0 1010100 110111

Color Harmonies of #EC2C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2C2B

Black with #EC2C2B

Text Example


Text Example

White with #EC2C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2C2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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