Html Css Color HEX #EC403A Cinnabar

📋 copy color: '#EC403A'

red 236 ◦ green 64 ◦ blue 58

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

Shades of Cinnabar #EC403A

Tints of Cinnabar #EC403A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.2%

R = 65.92%
G = 17.88%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EC403A (or 0xEC403A) is known color: Cinnabar. HEX triplet: EC, 40 and 3A. RGB value is (236,64,58). Sum of RGB (Red+Green+Blue) = 236+64+58=358 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.92% from 358); Green value is 64 (25.39% from 255 or 17.88% from 358); Blue value is 58 (23.05% from 255 or 16.20% from 358); Max value from RGB is 236 - color contains mainly: red. Hex color #EC403A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC403A is #13BFC5. Grayscale: #727272. Windows color (decimal): -1294278 or 3817708. OLE color: 3817708.

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

Color convert

RGB 236 64 58 -
CMYK 0 0.73 0.75 0.07
HSL 2.02º 0.82% 0.58% -
HSV(B) 2.02º 0.75% 0.93% -
XYZ 37.19 21.81 6.25 -
YUV 114.74 95.98 214.49 -
System Red Green Blue C M Y K H S L
Decimal 236 64 58 0 0.73 0.75 0.07 2.02 0.82 0.58
Hex EC 40 3A 0 49 4B 7 2 52 3A
Octal 354 100 72 0 111 113 7 2 122 72
Binary 11101100 1000000 111010 0 1001001 1001011 111 10 1010010 111010

Color Harmonies of #EC403A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC403A

Black with #EC403A

Text Example


Text Example

White with #EC403A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC403A; }

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

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

background-color css

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

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

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

border-color css

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

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

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