Html Css Color HEX #EC4925 Cinnabar

📋 copy color: '#EC4925'

red 236 ◦ green 73 ◦ blue 37

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

Shades of Cinnabar #EC4925

Tints of Cinnabar #EC4925

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.1%

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

R = 68.21%
G = 21.1%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EC4925 (or 0xEC4925) is known color: Cinnabar. HEX triplet: EC, 49 and 25. RGB value is (236,73,37). Sum of RGB (Red+Green+Blue) = 236+73+37=346 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.21% from 346); Green value is 73 (28.91% from 255 or 21.10% from 346); Blue value is 37 (14.84% from 255 or 10.69% from 346); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4925 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4925 is #13B6DA. Grayscale: #757575. Windows color (decimal): -1291995 or 2443756. OLE color: 2443756.

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

Color convert

RGB 236 73 37 -
CMYK 0 0.69 0.84 0.07
HSL 10.85º 0.84% 0.54% -
HSV(B) 10.85º 0.84% 0.93% -
XYZ 37.31 22.73 4.17 -
YUV 117.63 82.5 212.43 -
System Red Green Blue C M Y K H S L
Decimal 236 73 37 0 0.69 0.84 0.07 10.85 0.84 0.54
Hex EC 49 25 0 45 54 7 B 54 36
Octal 354 111 45 0 105 124 7 13 124 66
Binary 11101100 1001001 100101 0 1000101 1010100 111 1011 1010100 110110

Color Harmonies of #EC4925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4925

Black with #EC4925

Text Example


Text Example

White with #EC4925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4925; }

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

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

background-color css

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

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

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

border-color css

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

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

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