Html Css Color HEX #EC341C Cinnabar

📋 copy color: '#EC341C'

red 236 ◦ green 52 ◦ blue 28

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

Shades of Cinnabar #EC341C

Tints of Cinnabar #EC341C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.86%

R = 74.68%
G = 16.46%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EC341C (or 0xEC341C) is known color: Cinnabar. HEX triplet: EC, 34 and 1C. RGB value is (236,52,28). Sum of RGB (Red+Green+Blue) = 236+52+28=316 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.68% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 28 (11.33% from 255 or 8.86% from 316); Max value from RGB is 236 - color contains mainly: red. Hex color #EC341C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC341C is #13CBE3. Grayscale: #686868. Windows color (decimal): -1297380 or 1848556. OLE color: 1848556.

HSL color Cylindrical-coordinate representation of color #EC341C: hue angle of 6.92º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC341C is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 52 28 -
CMYK 0 0.78 0.88 0.07
HSL 6.92º 0.85% 0.52% -
HSV(B) 6.92º 0.88% 0.93% -
XYZ 36.03 20.37 3.13 -
YUV 104.28 84.96 221.95 -
System Red Green Blue C M Y K H S L
Decimal 236 52 28 0 0.78 0.88 0.07 6.92 0.85 0.52
Hex EC 34 1C 0 4E 58 7 7 55 34
Octal 354 64 34 0 116 130 7 7 125 64
Binary 11101100 110100 11100 0 1001110 1011000 111 111 1010101 110100

Color Harmonies of #EC341C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC341C

Black with #EC341C

Text Example


Text Example

White with #EC341C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC341C; }

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

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

background-color css

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

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

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

border-color css

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

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

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