Html Css Color HEX #EC403D Cinnabar

📋 copy color: '#EC403D'

red 236 ◦ green 64 ◦ blue 61

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

Shades of Cinnabar #EC403D

Tints of Cinnabar #EC403D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.9%

R = 65.37%
G = 17.73%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EC403D (or 0xEC403D) is known color: Cinnabar. HEX triplet: EC, 40 and 3D. RGB value is (236,64,61). Sum of RGB (Red+Green+Blue) = 236+64+61=361 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.37% from 361); Green value is 64 (25.39% from 255 or 17.73% from 361); Blue value is 61 (24.22% from 255 or 16.90% from 361); Max value from RGB is 236 - color contains mainly: red. Hex color #EC403D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC403D is #13BFC2. Grayscale: #737373. Windows color (decimal): -1294275 or 4014316. OLE color: 4014316.

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

Color convert

RGB 236 64 61 -
CMYK 0 0.73 0.74 0.07
HSL 1.03º 0.82% 0.58% -
HSV(B) 1.03º 0.74% 0.93% -
XYZ 37.27 21.84 6.67 -
YUV 115.09 97.48 214.24 -
System Red Green Blue C M Y K H S L
Decimal 236 64 61 0 0.73 0.74 0.07 1.03 0.82 0.58
Hex EC 40 3D 0 49 4A 7 1 52 3A
Octal 354 100 75 0 111 112 7 1 122 72
Binary 11101100 1000000 111101 0 1001001 1001010 111 1 1010010 111010

Color Harmonies of #EC403D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC403D

Black with #EC403D

Text Example


Text Example

White with #EC403D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC403D; }

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

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

background-color css

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

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

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

border-color css

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

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

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