Html Css Color HEX #EC4025 Cinnabar

📋 copy color: '#EC4025'

red 236 ◦ green 64 ◦ blue 37

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

Shades of Cinnabar #EC4025

Tints of Cinnabar #EC4025

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.99%

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

R = 70.03%
G = 18.99%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EC4025 (or 0xEC4025) is known color: Cinnabar. HEX triplet: EC, 40 and 25. RGB value is (236,64,37). Sum of RGB (Red+Green+Blue) = 236+64+37=337 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.03% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 37 (14.84% from 255 or 10.98% from 337); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4025 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4025 is #13BFDA. Grayscale: #707070. Windows color (decimal): -1294299 or 2441452. OLE color: 2441452.

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

Color convert

RGB 236 64 37 -
CMYK 0 0.73 0.84 0.07
HSL 8.14º 0.84% 0.54% -
HSV(B) 8.14º 0.84% 0.93% -
XYZ 36.76 21.63 3.99 -
YUV 112.35 85.48 216.2 -
System Red Green Blue C M Y K H S L
Decimal 236 64 37 0 0.73 0.84 0.07 8.14 0.84 0.54
Hex EC 40 25 0 49 54 7 8 54 36
Octal 354 100 45 0 111 124 7 10 124 66
Binary 11101100 1000000 100101 0 1001001 1010100 111 1000 1010100 110110

Color Harmonies of #EC4025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4025

Black with #EC4025

Text Example


Text Example

White with #EC4025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4025; }

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

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

background-color css

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

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

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

border-color css

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

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

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