Html Css Color HEX #EC2E1D Cinnabar

📋 copy color: '#EC2E1D'

red 236 ◦ green 46 ◦ blue 29

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

Shades of Cinnabar #EC2E1D

Tints of Cinnabar #EC2E1D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.79%

 BLUE value IS 29 (11.72% from 255) = 9.32%

R = 75.88%
G = 14.79%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EC2E1D (or 0xEC2E1D) is known color: Cinnabar. HEX triplet: EC, 2E and 1D. RGB value is (236,46,29). Sum of RGB (Red+Green+Blue) = 236+46+29=311 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.88% from 311); Green value is 46 (18.36% from 255 or 14.79% from 311); Blue value is 29 (11.72% from 255 or 9.32% from 311); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2E1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2E1D is #13D1E2. Grayscale: #656565. Windows color (decimal): -1298915 or 1912556. OLE color: 1912556.

HSL color Cylindrical-coordinate representation of color #EC2E1D: hue angle of 4.93º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC2E1D is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 46 29 -
CMYK 0 0.81 0.88 0.07
HSL 4.93º 0.84% 0.52% -
HSV(B) 4.93º 0.88% 0.93% -
XYZ 35.79 19.88 3.11 -
YUV 100.87 87.45 224.38 -
System Red Green Blue C M Y K H S L
Decimal 236 46 29 0 0.81 0.88 0.07 4.93 0.84 0.52
Hex EC 2E 1D 0 51 58 7 5 54 34
Octal 354 56 35 0 121 130 7 5 124 64
Binary 11101100 101110 11101 0 1010001 1011000 111 101 1010100 110100

Color Harmonies of #EC2E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2E1D

Black with #EC2E1D

Text Example


Text Example

White with #EC2E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2E1D; }

 p { color: rgb(236,46,29); }

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

background-color css

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

 a { background-color: rgb(236,46,29); }

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

border-color css

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

 span { border-color: rgb(236,46,29); }

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