Html Css Color HEX #EC341B Cinnabar

📋 copy color: '#EC341B'

red 236 ◦ green 52 ◦ blue 27

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

Shades of Cinnabar #EC341B

Tints of Cinnabar #EC341B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.57%

R = 74.92%
G = 16.51%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC341B (or 0xEC341B) is known color: Cinnabar. HEX triplet: EC, 34 and 1B. RGB value is (236,52,27). Sum of RGB (Red+Green+Blue) = 236+52+27=315 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.92% from 315); Green value is 52 (20.70% from 255 or 16.51% from 315); Blue value is 27 (10.94% from 255 or 8.57% from 315); Max value from RGB is 236 - color contains mainly: red. Hex color #EC341B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC341B is #13CBE4. Grayscale: #686868. Windows color (decimal): -1297381 or 1783020. OLE color: 1783020.

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

Color convert

RGB 236 52 27 -
CMYK 0 0.78 0.89 0.07
HSL 7.18º 0.85% 0.52% -
HSV(B) 7.18º 0.89% 0.93% -
XYZ 36.02 20.37 3.07 -
YUV 104.17 84.46 222.03 -
System Red Green Blue C M Y K H S L
Decimal 236 52 27 0 0.78 0.89 0.07 7.18 0.85 0.52
Hex EC 34 1B 0 4E 59 7 7 55 34
Octal 354 64 33 0 116 131 7 7 125 64
Binary 11101100 110100 11011 0 1001110 1011001 111 111 1010101 110100

Color Harmonies of #EC341B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC341B

Black with #EC341B

Text Example


Text Example

White with #EC341B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC341B; }

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

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

background-color css

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

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

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

border-color css

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

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

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