Html Css Color HEX #EC3722 Cinnabar

📋 copy color: '#EC3722'

red 236 ◦ green 55 ◦ blue 34

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

Shades of Cinnabar #EC3722

Tints of Cinnabar #EC3722

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.92%

 BLUE value IS 34 (13.67% from 255) = 10.46%

R = 72.62%
G = 16.92%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EC3722 (or 0xEC3722) is known color: Cinnabar. HEX triplet: EC, 37 and 22. RGB value is (236,55,34). Sum of RGB (Red+Green+Blue) = 236+55+34=325 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.62% from 325); Green value is 55 (21.88% from 255 or 16.92% from 325); Blue value is 34 (13.67% from 255 or 10.46% from 325); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3722 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3722 is #13C8DD. Grayscale: #6A6A6A. Windows color (decimal): -1296606 or 2242540. OLE color: 2242540.

HSL color Cylindrical-coordinate representation of color #EC3722: hue angle of 6.24º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC3722 is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 55 34 -
CMYK 0 0.77 0.86 0.07
HSL 6.24º 0.84% 0.53% -
HSV(B) 6.24º 0.86% 0.93% -
XYZ 36.25 20.68 3.59 -
YUV 106.73 86.97 220.21 -
System Red Green Blue C M Y K H S L
Decimal 236 55 34 0 0.77 0.86 0.07 6.24 0.84 0.53
Hex EC 37 22 0 4D 56 7 6 54 35
Octal 354 67 42 0 115 126 7 6 124 65
Binary 11101100 110111 100010 0 1001101 1010110 111 110 1010100 110101

Color Harmonies of #EC3722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3722

Black with #EC3722

Text Example


Text Example

White with #EC3722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3722; }

 p { color: rgb(236,55,34); }

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

background-color css

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

 a { background-color: rgb(236,55,34); }

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

border-color css

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

 span { border-color: rgb(236,55,34); }

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