Html Css Color HEX #EC3922 Cinnabar

📋 copy color: '#EC3922'

red 236 ◦ green 57 ◦ blue 34

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

Shades of Cinnabar #EC3922

Tints of Cinnabar #EC3922

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.43%

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

R = 72.17%
G = 17.43%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EC3922 (or 0xEC3922) is known color: Cinnabar. HEX triplet: EC, 39 and 22. RGB value is (236,57,34). Sum of RGB (Red+Green+Blue) = 236+57+34=327 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.17% from 327); Green value is 57 (22.66% from 255 or 17.43% from 327); Blue value is 34 (13.67% from 255 or 10.40% from 327); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3922 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3922 is #13C6DD. Grayscale: #6C6C6C. Windows color (decimal): -1296094 or 2243052. OLE color: 2243052.

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

Color convert

RGB 236 57 34 -
CMYK 0 0.76 0.86 0.07
HSL 6.83º 0.84% 0.53% -
HSV(B) 6.83º 0.86% 0.93% -
XYZ 36.34 20.87 3.63 -
YUV 107.9 86.3 219.37 -
System Red Green Blue C M Y K H S L
Decimal 236 57 34 0 0.76 0.86 0.07 6.83 0.84 0.53
Hex EC 39 22 0 4C 56 7 7 54 35
Octal 354 71 42 0 114 126 7 7 124 65
Binary 11101100 111001 100010 0 1001100 1010110 111 111 1010100 110101

Color Harmonies of #EC3922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3922

Black with #EC3922

Text Example


Text Example

White with #EC3922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3922; }

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

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

background-color css

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

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

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

border-color css

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

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

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