Html Css Color HEX #EC4822 Cinnabar

📋 copy color: '#EC4822'

red 236 ◦ green 72 ◦ blue 34

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

Shades of Cinnabar #EC4822

Tints of Cinnabar #EC4822

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.05%

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

R = 69.01%
G = 21.05%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EC4822 (or 0xEC4822) is known color: Cinnabar. HEX triplet: EC, 48 and 22. RGB value is (236,72,34). Sum of RGB (Red+Green+Blue) = 236+72+34=342 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.01% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 34 (13.67% from 255 or 9.94% from 342); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4822 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4822 is #13B7DD. Grayscale: #757575. Windows color (decimal): -1292254 or 2246892. OLE color: 2246892.

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

Color convert

RGB 236 72 34 -
CMYK 0 0.69 0.86 0.07
HSL 11.29º 0.84% 0.53% -
HSV(B) 11.29º 0.86% 0.93% -
XYZ 37.2 22.58 3.91 -
YUV 116.7 81.33 213.09 -
System Red Green Blue C M Y K H S L
Decimal 236 72 34 0 0.69 0.86 0.07 11.29 0.84 0.53
Hex EC 48 22 0 45 56 7 B 54 35
Octal 354 110 42 0 105 126 7 13 124 65
Binary 11101100 1001000 100010 0 1000101 1010110 111 1011 1010100 110101

Color Harmonies of #EC4822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4822

Black with #EC4822

Text Example


Text Example

White with #EC4822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4822; }

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

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

background-color css

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

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

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

border-color css

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

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

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