Html Css Color HEX #EC2925 Cinnabar

📋 copy color: '#EC2925'

red 236 ◦ green 41 ◦ blue 37

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

Shades of Cinnabar #EC2925

Tints of Cinnabar #EC2925

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.06%

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

R = 75.16%
G = 13.06%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EC2925 (or 0xEC2925) is known color: Cinnabar. HEX triplet: EC, 29 and 25. RGB value is (236,41,37). Sum of RGB (Red+Green+Blue) = 236+41+37=314 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.16% from 314); Green value is 41 (16.41% from 255 or 13.06% from 314); Blue value is 37 (14.84% from 255 or 11.78% from 314); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2925 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2925 is #13D6DA. Grayscale: #636363. Windows color (decimal): -1300187 or 2435564. OLE color: 2435564.

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

Color convert

RGB 236 41 37 -
CMYK 0 0.83 0.84 0.07
HSL 1.21º 0.84% 0.54% -
HSV(B) 1.21º 0.84% 0.93% -
XYZ 35.72 19.55 3.64 -
YUV 98.85 93.1 225.83 -
System Red Green Blue C M Y K H S L
Decimal 236 41 37 0 0.83 0.84 0.07 1.21 0.84 0.54
Hex EC 29 25 0 53 54 7 1 54 36
Octal 354 51 45 0 123 124 7 1 124 66
Binary 11101100 101001 100101 0 1010011 1010100 111 1 1010100 110110

Color Harmonies of #EC2925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2925

Black with #EC2925

Text Example


Text Example

White with #EC2925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2925; }

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

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

background-color css

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

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

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

border-color css

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

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

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