Html Css Color HEX #EC4527 Cinnabar

📋 copy color: '#EC4527'

red 236 ◦ green 69 ◦ blue 39

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

Shades of Cinnabar #EC4527

Tints of Cinnabar #EC4527

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.06%

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

R = 68.6%
G = 20.06%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EC4527 (or 0xEC4527) is known color: Cinnabar. HEX triplet: EC, 45 and 27. RGB value is (236,69,39). Sum of RGB (Red+Green+Blue) = 236+69+39=344 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.60% from 344); Green value is 69 (27.34% from 255 or 20.06% from 344); Blue value is 39 (15.62% from 255 or 11.34% from 344); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4527 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4527 is #13BAD8. Grayscale: #737373. Windows color (decimal): -1293017 or 2573804. OLE color: 2573804.

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

Color convert

RGB 236 69 39 -
CMYK 0 0.71 0.83 0.07
HSL 9.14º 0.84% 0.54% -
HSV(B) 9.14º 0.83% 0.93% -
XYZ 37.09 22.24 4.26 -
YUV 115.51 84.83 213.94 -
System Red Green Blue C M Y K H S L
Decimal 236 69 39 0 0.71 0.83 0.07 9.14 0.84 0.54
Hex EC 45 27 0 47 53 7 9 54 36
Octal 354 105 47 0 107 123 7 11 124 66
Binary 11101100 1000101 100111 0 1000111 1010011 111 1001 1010100 110110

Color Harmonies of #EC4527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4527

Black with #EC4527

Text Example


Text Example

White with #EC4527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4527; }

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

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

background-color css

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

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

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

border-color css

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

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

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