Html Css Color HEX #EC403B Cinnabar

📋 copy color: '#EC403B'

red 236 ◦ green 64 ◦ blue 59

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

Shades of Cinnabar #EC403B

Tints of Cinnabar #EC403B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.43%

R = 65.74%
G = 17.83%
B = 16.43%

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

#EC403B (or 0xEC403B) is known color: Cinnabar. HEX triplet: EC, 40 and 3B. RGB value is (236,64,59). Sum of RGB (Red+Green+Blue) = 236+64+59=359 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.74% from 359); Green value is 64 (25.39% from 255 or 17.83% from 359); Blue value is 59 (23.44% from 255 or 16.43% from 359); Max value from RGB is 236 - color contains mainly: red. Hex color #EC403B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC403B is #13BFC4. Grayscale: #737373. Windows color (decimal): -1294277 or 3883244. OLE color: 3883244.

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

Color convert

RGB 236 64 59 -
CMYK 0 0.73 0.75 0.07
HSL 1.69º 0.82% 0.58% -
HSV(B) 1.69º 0.75% 0.93% -
XYZ 37.21 21.82 6.39 -
YUV 114.86 96.48 214.41 -
System Red Green Blue C M Y K H S L
Decimal 236 64 59 0 0.73 0.75 0.07 1.69 0.82 0.58
Hex EC 40 3B 0 49 4B 7 2 52 3A
Octal 354 100 73 0 111 113 7 2 122 72
Binary 11101100 1000000 111011 0 1001001 1001011 111 10 1010010 111010

Color Harmonies of #EC403B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC403B

Black with #EC403B

Text Example


Text Example

White with #EC403B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC403B; }

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

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

background-color css

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

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

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

border-color css

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

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

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