Html Css Color HEX #EC341D Cinnabar

📋 copy color: '#EC341D'

red 236 ◦ green 52 ◦ blue 29

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

Shades of Cinnabar #EC341D

Tints of Cinnabar #EC341D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.15%

R = 74.45%
G = 16.4%
B = 9.15%

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

#EC341D (or 0xEC341D) is known color: Cinnabar. HEX triplet: EC, 34 and 1D. RGB value is (236,52,29). Sum of RGB (Red+Green+Blue) = 236+52+29=317 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.45% from 317); Green value is 52 (20.70% from 255 or 16.40% from 317); Blue value is 29 (11.72% from 255 or 9.15% from 317); Max value from RGB is 236 - color contains mainly: red. Hex color #EC341D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC341D is #13CBE2. Grayscale: #686868. Windows color (decimal): -1297379 or 1914092. OLE color: 1914092.

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

Color convert

RGB 236 52 29 -
CMYK 0 0.78 0.88 0.07
HSL 6.67º 0.84% 0.52% -
HSV(B) 6.67º 0.88% 0.93% -
XYZ 36.04 20.38 3.2 -
YUV 104.39 85.46 221.87 -
System Red Green Blue C M Y K H S L
Decimal 236 52 29 0 0.78 0.88 0.07 6.67 0.84 0.52
Hex EC 34 1D 0 4E 58 7 7 54 34
Octal 354 64 35 0 116 130 7 7 124 64
Binary 11101100 110100 11101 0 1001110 1011000 111 111 1010100 110100

Color Harmonies of #EC341D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC341D

Black with #EC341D

Text Example


Text Example

White with #EC341D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC341D; }

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

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

background-color css

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

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

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

border-color css

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

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

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