Html Css Color HEX #EC402C Cinnabar

📋 copy color: '#EC402C'

red 236 ◦ green 64 ◦ blue 44

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

Shades of Cinnabar #EC402C

Tints of Cinnabar #EC402C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.6%

 BLUE value IS 44 (17.58% from 255) = 12.79%

R = 68.6%
G = 18.6%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EC402C (or 0xEC402C) is known color: Cinnabar. HEX triplet: EC, 40 and 2C. RGB value is (236,64,44). Sum of RGB (Red+Green+Blue) = 236+64+44=344 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.60% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 44 (17.58% from 255 or 12.79% from 344); Max value from RGB is 236 - color contains mainly: red. Hex color #EC402C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC402C is #13BFD3. Grayscale: #717171. Windows color (decimal): -1294292 or 2900204. OLE color: 2900204.

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

Color convert

RGB 236 64 44 -
CMYK 0 0.73 0.81 0.07
HSL 6.25º 0.83% 0.55% -
HSV(B) 6.25º 0.81% 0.93% -
XYZ 36.88 21.68 4.62 -
YUV 113.15 88.98 215.63 -
System Red Green Blue C M Y K H S L
Decimal 236 64 44 0 0.73 0.81 0.07 6.25 0.83 0.55
Hex EC 40 2C 0 49 51 7 6 53 37
Octal 354 100 54 0 111 121 7 6 123 67
Binary 11101100 1000000 101100 0 1001001 1010001 111 110 1010011 110111

Color Harmonies of #EC402C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC402C

Black with #EC402C

Text Example


Text Example

White with #EC402C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC402C; }

 p { color: rgb(236,64,44); }

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

background-color css

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

 a { background-color: rgb(236,64,44); }

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

border-color css

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

 span { border-color: rgb(236,64,44); }

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