Html Css Color HEX #EC3B38 Cinnabar

📋 copy color: '#EC3B38'

red 236 ◦ green 59 ◦ blue 56

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

Shades of Cinnabar #EC3B38

Tints of Cinnabar #EC3B38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 15.95%

R = 67.24%
G = 16.81%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EC3B38 (or 0xEC3B38) is known color: Cinnabar. HEX triplet: EC, 3B and 38. RGB value is (236,59,56). Sum of RGB (Red+Green+Blue) = 236+59+56=351 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.24% from 351); Green value is 59 (23.44% from 255 or 16.81% from 351); Blue value is 56 (22.27% from 255 or 15.95% from 351); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3B38 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3B38 is #13C4C7. Grayscale: #6F6F6F. Windows color (decimal): -1295560 or 3685356. OLE color: 3685356.

HSL color Cylindrical-coordinate representation of color #EC3B38: hue angle of 1º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EC3B38 is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 59 56 -
CMYK 0 0.75 0.76 0.07
HSL 0.83% 0.57% -
HSV(B) 0.76% 0.93% -
XYZ 36.87 21.25 5.9 -
YUV 111.58 96.64 216.74 -
System Red Green Blue C M Y K H S L
Decimal 236 59 56 0 0.75 0.76 0.07 1 0.83 0.57
Hex EC 3B 38 0 4B 4C 7 1 53 39
Octal 354 73 70 0 113 114 7 1 123 71
Binary 11101100 111011 111000 0 1001011 1001100 111 1 1010011 111001

Color Harmonies of #EC3B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3B38

Black with #EC3B38

Text Example


Text Example

White with #EC3B38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3B38; }

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

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

background-color css

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

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

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

border-color css

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

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

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