Html Css Color HEX #EC3D29 Cinnabar

📋 copy color: '#EC3D29'

red 236 ◦ green 61 ◦ blue 41

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

Shades of Cinnabar #EC3D29

Tints of Cinnabar #EC3D29

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.05%

 BLUE value IS 41 (16.41% from 255) = 12.13%

R = 69.82%
G = 18.05%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EC3D29 (or 0xEC3D29) is known color: Cinnabar. HEX triplet: EC, 3D and 29. RGB value is (236,61,41). Sum of RGB (Red+Green+Blue) = 236+61+41=338 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.82% from 338); Green value is 61 (24.22% from 255 or 18.05% from 338); Blue value is 41 (16.41% from 255 or 12.13% from 338); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3D29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3D29 is #13C2D6. Grayscale: #6F6F6F. Windows color (decimal): -1295063 or 2702828. OLE color: 2702828.

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

Color convert

RGB 236 61 41 -
CMYK 0 0.74 0.83 0.07
HSL 6.15º 0.84% 0.54% -
HSV(B) 6.15º 0.83% 0.93% -
XYZ 36.66 21.33 4.28 -
YUV 111.05 88.48 217.13 -
System Red Green Blue C M Y K H S L
Decimal 236 61 41 0 0.74 0.83 0.07 6.15 0.84 0.54
Hex EC 3D 29 0 4A 53 7 6 54 36
Octal 354 75 51 0 112 123 7 6 124 66
Binary 11101100 111101 101001 0 1001010 1010011 111 110 1010100 110110

Color Harmonies of #EC3D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3D29

Black with #EC3D29

Text Example


Text Example

White with #EC3D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3D29; }

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

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

background-color css

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

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

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

border-color css

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

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

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