Html Css Color HEX #EC4625 Cinnabar

📋 copy color: '#EC4625'

red 236 ◦ green 70 ◦ blue 37

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

Shades of Cinnabar #EC4625

Tints of Cinnabar #EC4625

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.41%

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

R = 68.8%
G = 20.41%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EC4625 (or 0xEC4625) is known color: Cinnabar. HEX triplet: EC, 46 and 25. RGB value is (236,70,37). Sum of RGB (Red+Green+Blue) = 236+70+37=343 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.80% from 343); Green value is 70 (27.73% from 255 or 20.41% from 343); Blue value is 37 (14.84% from 255 or 10.79% from 343); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4625 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4625 is #13B9DA. Grayscale: #747474. Windows color (decimal): -1292763 or 2442988. OLE color: 2442988.

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

Color convert

RGB 236 70 37 -
CMYK 0 0.70 0.84 0.07
HSL 9.95º 0.84% 0.54% -
HSV(B) 9.95º 0.84% 0.93% -
XYZ 37.12 22.35 4.11 -
YUV 115.87 83.5 213.68 -
System Red Green Blue C M Y K H S L
Decimal 236 70 37 0 0.70 0.84 0.07 9.95 0.84 0.54
Hex EC 46 25 0 46 54 7 A 54 36
Octal 354 106 45 0 106 124 7 12 124 66
Binary 11101100 1000110 100101 0 1000110 1010100 111 1010 1010100 110110

Color Harmonies of #EC4625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4625

Black with #EC4625

Text Example


Text Example

White with #EC4625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4625; }

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

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

background-color css

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

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

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

border-color css

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

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

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