Html Css Color HEX #EC4125 Cinnabar

📋 copy color: '#EC4125'

red 236 ◦ green 65 ◦ blue 37

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

Shades of Cinnabar #EC4125

Tints of Cinnabar #EC4125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.95%

R = 69.82%
G = 19.23%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EC4125 (or 0xEC4125) is known color: Cinnabar. HEX triplet: EC, 41 and 25. RGB value is (236,65,37). Sum of RGB (Red+Green+Blue) = 236+65+37=338 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.82% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 37 (14.84% from 255 or 10.95% from 338); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4125 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4125 is #13BEDA. Grayscale: #717171. Windows color (decimal): -1294043 or 2441708. OLE color: 2441708.

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

Color convert

RGB 236 65 37 -
CMYK 0 0.72 0.84 0.07
HSL 8.44º 0.84% 0.54% -
HSV(B) 8.44º 0.84% 0.93% -
XYZ 36.82 21.75 4.01 -
YUV 112.94 85.15 215.78 -
System Red Green Blue C M Y K H S L
Decimal 236 65 37 0 0.72 0.84 0.07 8.44 0.84 0.54
Hex EC 41 25 0 48 54 7 8 54 36
Octal 354 101 45 0 110 124 7 10 124 66
Binary 11101100 1000001 100101 0 1001000 1010100 111 1000 1010100 110110

Color Harmonies of #EC4125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4125

Black with #EC4125

Text Example


Text Example

White with #EC4125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4125; }

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

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

background-color css

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

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

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

border-color css

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

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

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