Html Css Color HEX #EC3429 Cinnabar

📋 copy color: '#EC3429'

red 236 ◦ green 52 ◦ blue 41

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

Shades of Cinnabar #EC3429

Tints of Cinnabar #EC3429

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.81%

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

R = 71.73%
G = 15.81%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EC3429 (or 0xEC3429) is known color: Cinnabar. HEX triplet: EC, 34 and 29. RGB value is (236,52,41). Sum of RGB (Red+Green+Blue) = 236+52+41=329 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.73% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 41 (16.41% from 255 or 12.46% from 329); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3429 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3429 is #13CBD6. Grayscale: #696969. Windows color (decimal): -1297367 or 2700524. OLE color: 2700524.

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

Color convert

RGB 236 52 41 -
CMYK 0 0.78 0.83 0.07
HSL 3.38º 0.84% 0.54% -
HSV(B) 3.38º 0.83% 0.93% -
XYZ 36.22 20.45 4.14 -
YUV 105.76 91.46 220.89 -
System Red Green Blue C M Y K H S L
Decimal 236 52 41 0 0.78 0.83 0.07 3.38 0.84 0.54
Hex EC 34 29 0 4E 53 7 3 54 36
Octal 354 64 51 0 116 123 7 3 124 66
Binary 11101100 110100 101001 0 1001110 1010011 111 11 1010100 110110

Color Harmonies of #EC3429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3429

Black with #EC3429

Text Example


Text Example

White with #EC3429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3429; }

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

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

background-color css

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

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

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

border-color css

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

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

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