Html Css Color HEX #EC3B2B Cinnabar

📋 copy color: '#EC3B2B'

red 236 ◦ green 59 ◦ blue 43

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

Shades of Cinnabar #EC3B2B

Tints of Cinnabar #EC3B2B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.46%

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

R = 69.82%
G = 17.46%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EC3B2B (or 0xEC3B2B) is known color: Cinnabar. HEX triplet: EC, 3B and 2B. RGB value is (236,59,43). Sum of RGB (Red+Green+Blue) = 236+59+43=338 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.82% from 338); Green value is 59 (23.44% from 255 or 17.46% from 338); Blue value is 43 (17.19% from 255 or 12.72% from 338); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3B2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3B2B is #13C4D4. Grayscale: #6E6E6E. Windows color (decimal): -1295573 or 2833388. OLE color: 2833388.

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

Color convert

RGB 236 59 43 -
CMYK 0 0.75 0.82 0.07
HSL 4.97º 0.84% 0.55% -
HSV(B) 4.97º 0.82% 0.93% -
XYZ 36.59 21.14 4.44 -
YUV 110.1 90.14 217.8 -
System Red Green Blue C M Y K H S L
Decimal 236 59 43 0 0.75 0.82 0.07 4.97 0.84 0.55
Hex EC 3B 2B 0 4B 52 7 5 54 37
Octal 354 73 53 0 113 122 7 5 124 67
Binary 11101100 111011 101011 0 1001011 1010010 111 101 1010100 110111

Color Harmonies of #EC3B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3B2B

Black with #EC3B2B

Text Example


Text Example

White with #EC3B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3B2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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