Html Css Color HEX #EC2F1B Cinnabar

📋 copy color: '#EC2F1B'

red 236 ◦ green 47 ◦ blue 27

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

Shades of Cinnabar #EC2F1B

Tints of Cinnabar #EC2F1B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.16%

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

R = 76.13%
G = 15.16%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC2F1B (or 0xEC2F1B) is known color: Cinnabar. HEX triplet: EC, 2F and 1B. RGB value is (236,47,27). Sum of RGB (Red+Green+Blue) = 236+47+27=310 (41% of max value = 765). Red value is 236 (92.58% from 255 or 76.13% from 310); Green value is 47 (18.75% from 255 or 15.16% from 310); Blue value is 27 (10.94% from 255 or 8.71% from 310); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2F1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2F1B is #13D0E4. Grayscale: #656565. Windows color (decimal): -1298661 or 1781740. OLE color: 1781740.

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

Color convert

RGB 236 47 27 -
CMYK 0 0.80 0.89 0.07
HSL 5.74º 0.85% 0.52% -
HSV(B) 5.74º 0.89% 0.93% -
XYZ 35.81 19.95 3 -
YUV 101.23 86.12 224.13 -
System Red Green Blue C M Y K H S L
Decimal 236 47 27 0 0.80 0.89 0.07 5.74 0.85 0.52
Hex EC 2F 1B 0 50 59 7 6 55 34
Octal 354 57 33 0 120 131 7 6 125 64
Binary 11101100 101111 11011 0 1010000 1011001 111 110 1010101 110100

Color Harmonies of #EC2F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2F1B

Black with #EC2F1B

Text Example


Text Example

White with #EC2F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2F1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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