Html Css Color HEX #EC2E1B Cinnabar

📋 copy color: '#EC2E1B'

red 236 ◦ green 46 ◦ blue 27

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

Shades of Cinnabar #EC2E1B

Tints of Cinnabar #EC2E1B

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.89%

 BLUE value IS 27 (10.94% from 255) = 8.74%

R = 76.38%
G = 14.89%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC2E1B (or 0xEC2E1B) is known color: Cinnabar. HEX triplet: EC, 2E and 1B. RGB value is (236,46,27). Sum of RGB (Red+Green+Blue) = 236+46+27=309 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.38% from 309); Green value is 46 (18.36% from 255 or 14.89% from 309); Blue value is 27 (10.94% from 255 or 8.74% from 309); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2E1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2E1B is #13D1E4. Grayscale: #646464. Windows color (decimal): -1298917 or 1781484. OLE color: 1781484.

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

Color convert

RGB 236 46 27 -
CMYK 0 0.81 0.89 0.07
HSL 5.45º 0.85% 0.52% -
HSV(B) 5.45º 0.89% 0.93% -
XYZ 35.77 19.87 2.99 -
YUV 100.64 86.45 224.54 -
System Red Green Blue C M Y K H S L
Decimal 236 46 27 0 0.81 0.89 0.07 5.45 0.85 0.52
Hex EC 2E 1B 0 51 59 7 5 55 34
Octal 354 56 33 0 121 131 7 5 125 64
Binary 11101100 101110 11011 0 1010001 1011001 111 101 1010101 110100

Color Harmonies of #EC2E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2E1B

Black with #EC2E1B

Text Example


Text Example

White with #EC2E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2E1B; }

 p { color: rgb(236,46,27); }

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

background-color css

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

 a { background-color: rgb(236,46,27); }

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

border-color css

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

 span { border-color: rgb(236,46,27); }

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