Html Css Color HEX #EC402E Cinnabar

📋 copy color: '#EC402E'

red 236 ◦ green 64 ◦ blue 46

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

Shades of Cinnabar #EC402E

Tints of Cinnabar #EC402E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.29%

R = 68.21%
G = 18.5%
B = 13.29%

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

#EC402E (or 0xEC402E) is known color: Cinnabar. HEX triplet: EC, 40 and 2E. RGB value is (236,64,46). Sum of RGB (Red+Green+Blue) = 236+64+46=346 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.21% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 46 (18.36% from 255 or 13.29% from 346); Max value from RGB is 236 - color contains mainly: red. Hex color #EC402E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC402E is #13BFD1. Grayscale: #717171. Windows color (decimal): -1294290 or 3031276. OLE color: 3031276.

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

Color convert

RGB 236 64 46 -
CMYK 0 0.73 0.81 0.07
HSL 5.68º 0.83% 0.55% -
HSV(B) 5.68º 0.81% 0.93% -
XYZ 36.92 21.7 4.83 -
YUV 113.38 89.98 215.46 -
System Red Green Blue C M Y K H S L
Decimal 236 64 46 0 0.73 0.81 0.07 5.68 0.83 0.55
Hex EC 40 2E 0 49 51 7 6 53 37
Octal 354 100 56 0 111 121 7 6 123 67
Binary 11101100 1000000 101110 0 1001001 1010001 111 110 1010011 110111

Color Harmonies of #EC402E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC402E

Black with #EC402E

Text Example


Text Example

White with #EC402E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC402E; }

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

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

background-color css

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

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

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

border-color css

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

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

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