Html Css Color HEX #EC471C Cinnabar

📋 copy color: '#EC471C'

red 236 ◦ green 71 ◦ blue 28

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

Shades of Cinnabar #EC471C

Tints of Cinnabar #EC471C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.19%

 BLUE value IS 28 (11.33% from 255) = 8.36%

R = 70.45%
G = 21.19%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EC471C (or 0xEC471C) is known color: Cinnabar. HEX triplet: EC, 47 and 1C. RGB value is (236,71,28). Sum of RGB (Red+Green+Blue) = 236+71+28=335 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.45% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 28 (11.33% from 255 or 8.36% from 335); Max value from RGB is 236 - color contains mainly: red. Hex color #EC471C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC471C is #13B8E3. Grayscale: #737373. Windows color (decimal): -1292516 or 1853420. OLE color: 1853420.

HSL color Cylindrical-coordinate representation of color #EC471C: hue angle of 12.4º degrees, saturation: 0.85, 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 #EC471C is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 71 28 -
CMYK 0 0.70 0.88 0.07
HSL 12.4º 0.85% 0.52% -
HSV(B) 12.4º 0.88% 0.93% -
XYZ 37.05 22.42 3.47 -
YUV 115.43 78.66 214 -
System Red Green Blue C M Y K H S L
Decimal 236 71 28 0 0.70 0.88 0.07 12.4 0.85 0.52
Hex EC 47 1C 0 46 58 7 C 55 34
Octal 354 107 34 0 106 130 7 14 125 64
Binary 11101100 1000111 11100 0 1000110 1011000 111 1100 1010101 110100

Color Harmonies of #EC471C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC471C

Black with #EC471C

Text Example


Text Example

White with #EC471C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC471C; }

 p { color: rgb(236,71,28); }

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

background-color css

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

 a { background-color: rgb(236,71,28); }

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

border-color css

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

 span { border-color: rgb(236,71,28); }

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