Html Css Color HEX #EC2F2B Cinnabar

📋 copy color: '#EC2F2B'

red 236 ◦ green 47 ◦ blue 43

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

Shades of Cinnabar #EC2F2B

Tints of Cinnabar #EC2F2B

RGB

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

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

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

R = 72.39%
G = 14.42%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EC2F2B (or 0xEC2F2B) is known color: Cinnabar. HEX triplet: EC, 2F and 2B. RGB value is (236,47,43). Sum of RGB (Red+Green+Blue) = 236+47+43=326 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.39% from 326); Green value is 47 (18.75% from 255 or 14.42% from 326); Blue value is 43 (17.19% from 255 or 13.19% from 326); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2F2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2F2B is #13D0D4. Grayscale: #676767. Windows color (decimal): -1298645 or 2830316. OLE color: 2830316.

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

Color convert

RGB 236 47 43 -
CMYK 0 0.80 0.82 0.07
HSL 1.24º 0.84% 0.55% -
HSV(B) 1.24º 0.82% 0.93% -
XYZ 36.04 20.04 4.25 -
YUV 103.06 94.12 222.83 -
System Red Green Blue C M Y K H S L
Decimal 236 47 43 0 0.80 0.82 0.07 1.24 0.84 0.55
Hex EC 2F 2B 0 50 52 7 1 54 37
Octal 354 57 53 0 120 122 7 1 124 67
Binary 11101100 101111 101011 0 1010000 1010010 111 1 1010100 110111

Color Harmonies of #EC2F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2F2B

Black with #EC2F2B

Text Example


Text Example

White with #EC2F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2F2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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