Html Css Color HEX #EC401D Cinnabar

📋 copy color: '#EC401D'

red 236 ◦ green 64 ◦ blue 29

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

Shades of Cinnabar #EC401D

Tints of Cinnabar #EC401D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.81%

R = 71.73%
G = 19.45%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EC401D (or 0xEC401D) is known color: Cinnabar. HEX triplet: EC, 40 and 1D. RGB value is (236,64,29). Sum of RGB (Red+Green+Blue) = 236+64+29=329 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.73% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 29 (11.72% from 255 or 8.81% from 329); Max value from RGB is 236 - color contains mainly: red. Hex color #EC401D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC401D is #13BFE2. Grayscale: #6F6F6F. Windows color (decimal): -1294307 or 1917164. OLE color: 1917164.

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

Color convert

RGB 236 64 29 -
CMYK 0 0.73 0.88 0.07
HSL 10.14º 0.84% 0.52% -
HSV(B) 10.14º 0.88% 0.93% -
XYZ 36.65 21.59 3.4 -
YUV 111.44 81.48 216.85 -
System Red Green Blue C M Y K H S L
Decimal 236 64 29 0 0.73 0.88 0.07 10.14 0.84 0.52
Hex EC 40 1D 0 49 58 7 A 54 34
Octal 354 100 35 0 111 130 7 12 124 64
Binary 11101100 1000000 11101 0 1001001 1011000 111 1010 1010100 110100

Color Harmonies of #EC401D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC401D

Black with #EC401D

Text Example


Text Example

White with #EC401D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC401D; }

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

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

background-color css

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

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

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

border-color css

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

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

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