Html Css Color HEX #EC2B25 Cinnabar

📋 copy color: '#EC2B25'

red 236 ◦ green 43 ◦ blue 37

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

Shades of Cinnabar #EC2B25

Tints of Cinnabar #EC2B25

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.61%

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

R = 74.68%
G = 13.61%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EC2B25 (or 0xEC2B25) is known color: Cinnabar. HEX triplet: EC, 2B and 25. RGB value is (236,43,37). Sum of RGB (Red+Green+Blue) = 236+43+37=316 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.68% from 316); Green value is 43 (17.19% from 255 or 13.61% from 316); Blue value is 37 (14.84% from 255 or 11.71% from 316); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2B25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2B25 is #13D4DA. Grayscale: #646464. Windows color (decimal): -1299675 or 2436076. OLE color: 2436076.

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

Color convert

RGB 236 43 37 -
CMYK 0 0.82 0.84 0.07
HSL 1.81º 0.84% 0.54% -
HSV(B) 1.81º 0.84% 0.93% -
XYZ 35.79 19.69 3.67 -
YUV 100.02 92.44 224.99 -
System Red Green Blue C M Y K H S L
Decimal 236 43 37 0 0.82 0.84 0.07 1.81 0.84 0.54
Hex EC 2B 25 0 52 54 7 2 54 36
Octal 354 53 45 0 122 124 7 2 124 66
Binary 11101100 101011 100101 0 1010010 1010100 111 10 1010100 110110

Color Harmonies of #EC2B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2B25

Black with #EC2B25

Text Example


Text Example

White with #EC2B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2B25; }

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

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

background-color css

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

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

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

border-color css

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

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

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