Html Css Color HEX #EC4127 Cinnabar

📋 copy color: '#EC4127'

red 236 ◦ green 65 ◦ blue 39

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

Shades of Cinnabar #EC4127

Tints of Cinnabar #EC4127

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.12%

 BLUE value IS 39 (15.63% from 255) = 11.47%

R = 69.41%
G = 19.12%
B = 11.47%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EC4127 (or 0xEC4127) is known color: Cinnabar. HEX triplet: EC, 41 and 27. RGB value is (236,65,39). Sum of RGB (Red+Green+Blue) = 236+65+39=340 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.41% from 340); Green value is 65 (25.78% from 255 or 19.12% from 340); Blue value is 39 (15.62% from 255 or 11.47% from 340); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4127 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4127 is #13BED8. Grayscale: #717171. Windows color (decimal): -1294041 or 2572780. OLE color: 2572780.

HSL color Cylindrical-coordinate representation of color #EC4127: hue angle of 7.92º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC4127 is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 65 39 -
CMYK 0 0.72 0.83 0.07
HSL 7.92º 0.84% 0.54% -
HSV(B) 7.92º 0.83% 0.93% -
XYZ 36.85 21.76 4.18 -
YUV 113.17 86.15 215.61 -
System Red Green Blue C M Y K H S L
Decimal 236 65 39 0 0.72 0.83 0.07 7.92 0.84 0.54
Hex EC 41 27 0 48 53 7 8 54 36
Octal 354 101 47 0 110 123 7 10 124 66
Binary 11101100 1000001 100111 0 1001000 1010011 111 1000 1010100 110110

Color Harmonies of #EC4127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4127

Black with #EC4127

Text Example


Text Example

White with #EC4127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4127; }

 p { color: rgb(236,65,39); }

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

background-color css

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

 a { background-color: rgb(236,65,39); }

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

border-color css

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

 span { border-color: rgb(236,65,39); }

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