Html Css Color HEX #EC3422 Cinnabar

📋 copy color: '#EC3422'

red 236 ◦ green 52 ◦ blue 34

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

Shades of Cinnabar #EC3422

Tints of Cinnabar #EC3422

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.15%

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

R = 73.29%
G = 16.15%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EC3422 (or 0xEC3422) is known color: Cinnabar. HEX triplet: EC, 34 and 22. RGB value is (236,52,34). Sum of RGB (Red+Green+Blue) = 236+52+34=322 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.29% from 322); Green value is 52 (20.70% from 255 or 16.15% from 322); Blue value is 34 (13.67% from 255 or 10.56% from 322); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3422 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3422 is #13CBDD. Grayscale: #696969. Windows color (decimal): -1297374 or 2241772. OLE color: 2241772.

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

Color convert

RGB 236 52 34 -
CMYK 0 0.78 0.86 0.07
HSL 5.35º 0.84% 0.53% -
HSV(B) 5.35º 0.86% 0.93% -
XYZ 36.11 20.4 3.55 -
YUV 104.96 87.96 221.46 -
System Red Green Blue C M Y K H S L
Decimal 236 52 34 0 0.78 0.86 0.07 5.35 0.84 0.53
Hex EC 34 22 0 4E 56 7 5 54 35
Octal 354 64 42 0 116 126 7 5 124 65
Binary 11101100 110100 100010 0 1001110 1010110 111 101 1010100 110101

Color Harmonies of #EC3422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3422

Black with #EC3422

Text Example


Text Example

White with #EC3422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3422; }

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

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

background-color css

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

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

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

border-color css

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

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

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