Html Css Color HEX #EC471D Cinnabar

📋 copy color: '#EC471D'

red 236 ◦ green 71 ◦ blue 29

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

Shades of Cinnabar #EC471D

Tints of Cinnabar #EC471D

RGB

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

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

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

R = 70.24%
G = 21.13%
B = 8.63%

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

#EC471D (or 0xEC471D) is known color: Cinnabar. HEX triplet: EC, 47 and 1D. RGB value is (236,71,29). Sum of RGB (Red+Green+Blue) = 236+71+29=336 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.24% from 336); Green value is 71 (28.12% from 255 or 21.13% from 336); Blue value is 29 (11.72% from 255 or 8.63% from 336); Max value from RGB is 236 - color contains mainly: red. Hex color #EC471D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC471D is #13B8E2. Grayscale: #737373. Windows color (decimal): -1292515 or 1918956. OLE color: 1918956.

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

Color convert

RGB 236 71 29 -
CMYK 0 0.70 0.88 0.07
HSL 12.17º 0.84% 0.52% -
HSV(B) 12.17º 0.88% 0.93% -
XYZ 37.07 22.43 3.54 -
YUV 115.55 79.16 213.92 -
System Red Green Blue C M Y K H S L
Decimal 236 71 29 0 0.70 0.88 0.07 12.17 0.84 0.52
Hex EC 47 1D 0 46 58 7 C 54 34
Octal 354 107 35 0 106 130 7 14 124 64
Binary 11101100 1000111 11101 0 1000110 1011000 111 1100 1010100 110100

Color Harmonies of #EC471D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC471D

Black with #EC471D

Text Example


Text Example

White with #EC471D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC471D; }

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

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

background-color css

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

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

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

border-color css

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

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

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