Html Css Color HEX #EC3A22 Cinnabar

📋 copy color: '#EC3A22'

red 236 ◦ green 58 ◦ blue 34

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

Shades of Cinnabar #EC3A22

Tints of Cinnabar #EC3A22

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.68%

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

R = 71.95%
G = 17.68%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EC3A22 (or 0xEC3A22) is known color: Cinnabar. HEX triplet: EC, 3A and 22. RGB value is (236,58,34). Sum of RGB (Red+Green+Blue) = 236+58+34=328 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.95% from 328); Green value is 58 (23.05% from 255 or 17.68% from 328); Blue value is 34 (13.67% from 255 or 10.37% from 328); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3A22 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3A22 is #13C5DD. Grayscale: #6C6C6C. Windows color (decimal): -1295838 or 2243308. OLE color: 2243308.

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

Color convert

RGB 236 58 34 -
CMYK 0 0.75 0.86 0.07
HSL 7.13º 0.84% 0.53% -
HSV(B) 7.13º 0.86% 0.93% -
XYZ 36.39 20.97 3.64 -
YUV 108.49 85.97 218.95 -
System Red Green Blue C M Y K H S L
Decimal 236 58 34 0 0.75 0.86 0.07 7.13 0.84 0.53
Hex EC 3A 22 0 4B 56 7 7 54 35
Octal 354 72 42 0 113 126 7 7 124 65
Binary 11101100 111010 100010 0 1001011 1010110 111 111 1010100 110101

Color Harmonies of #EC3A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3A22

Black with #EC3A22

Text Example


Text Example

White with #EC3A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3A22; }

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

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

background-color css

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

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

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

border-color css

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

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

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