Html Css Color HEX #EC2D1D Cinnabar

📋 copy color: '#EC2D1D'

red 236 ◦ green 45 ◦ blue 29

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

Shades of Cinnabar #EC2D1D

Tints of Cinnabar #EC2D1D

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.52%

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

R = 76.13%
G = 14.52%
B = 9.35%

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

#EC2D1D (or 0xEC2D1D) is known color: Cinnabar. HEX triplet: EC, 2D and 1D. RGB value is (236,45,29). Sum of RGB (Red+Green+Blue) = 236+45+29=310 (41% of max value = 765). Red value is 236 (92.58% from 255 or 76.13% from 310); Green value is 45 (17.97% from 255 or 14.52% from 310); Blue value is 29 (11.72% from 255 or 9.35% from 310); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2D1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2D1D is #13D2E2. Grayscale: #646464. Windows color (decimal): -1299171 or 1912300. OLE color: 1912300.

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

Color convert

RGB 236 45 29 -
CMYK 0 0.81 0.88 0.07
HSL 4.64º 0.84% 0.52% -
HSV(B) 4.64º 0.88% 0.93% -
XYZ 35.75 19.8 3.1 -
YUV 100.29 87.78 224.8 -
System Red Green Blue C M Y K H S L
Decimal 236 45 29 0 0.81 0.88 0.07 4.64 0.84 0.52
Hex EC 2D 1D 0 51 58 7 5 54 34
Octal 354 55 35 0 121 130 7 5 124 64
Binary 11101100 101101 11101 0 1010001 1011000 111 101 1010100 110100

Color Harmonies of #EC2D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2D1D

Black with #EC2D1D

Text Example


Text Example

White with #EC2D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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