Html Css Color HEX #EC421B Cinnabar

📋 copy color: '#EC421B'

red 236 ◦ green 66 ◦ blue 27

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

Shades of Cinnabar #EC421B

Tints of Cinnabar #EC421B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.06%

 BLUE value IS 27 (10.94% from 255) = 8.21%

R = 71.73%
G = 20.06%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC421B (or 0xEC421B) is known color: Cinnabar. HEX triplet: EC, 42 and 1B. RGB value is (236,66,27). Sum of RGB (Red+Green+Blue) = 236+66+27=329 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.73% from 329); Green value is 66 (26.17% from 255 or 20.06% from 329); Blue value is 27 (10.94% from 255 or 8.21% from 329); Max value from RGB is 236 - color contains mainly: red. Hex color #EC421B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC421B is #13BDE4. Grayscale: #707070. Windows color (decimal): -1293797 or 1786604. OLE color: 1786604.

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

Color convert

RGB 236 66 27 -
CMYK 0 0.72 0.89 0.07
HSL 11.2º 0.85% 0.52% -
HSV(B) 11.2º 0.89% 0.93% -
XYZ 36.74 21.81 3.31 -
YUV 112.38 79.82 216.17 -
System Red Green Blue C M Y K H S L
Decimal 236 66 27 0 0.72 0.89 0.07 11.2 0.85 0.52
Hex EC 42 1B 0 48 59 7 B 55 34
Octal 354 102 33 0 110 131 7 13 125 64
Binary 11101100 1000010 11011 0 1001000 1011001 111 1011 1010101 110100

Color Harmonies of #EC421B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC421B

Black with #EC421B

Text Example


Text Example

White with #EC421B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC421B; }

 p { color: rgb(236,66,27); }

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

background-color css

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

 a { background-color: rgb(236,66,27); }

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

border-color css

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

 span { border-color: rgb(236,66,27); }

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