Html Css Color HEX #EC481D Cinnabar

📋 copy color: '#EC481D'

red 236 ◦ green 72 ◦ blue 29

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

Shades of Cinnabar #EC481D

Tints of Cinnabar #EC481D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.36%

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

R = 70.03%
G = 21.36%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EC481D (or 0xEC481D) is known color: Cinnabar. HEX triplet: EC, 48 and 1D. RGB value is (236,72,29). Sum of RGB (Red+Green+Blue) = 236+72+29=337 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.03% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 29 (11.72% from 255 or 8.61% from 337); Max value from RGB is 236 - color contains mainly: red. Hex color #EC481D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC481D is #13B7E2. Grayscale: #747474. Windows color (decimal): -1292259 or 1919212. OLE color: 1919212.

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

Color convert

RGB 236 72 29 -
CMYK 0 0.69 0.88 0.07
HSL 12.46º 0.84% 0.52% -
HSV(B) 12.46º 0.88% 0.93% -
XYZ 37.13 22.56 3.56 -
YUV 116.13 78.83 213.5 -
System Red Green Blue C M Y K H S L
Decimal 236 72 29 0 0.69 0.88 0.07 12.46 0.84 0.52
Hex EC 48 1D 0 45 58 7 C 54 34
Octal 354 110 35 0 105 130 7 14 124 64
Binary 11101100 1001000 11101 0 1000101 1011000 111 1100 1010100 110100

Color Harmonies of #EC481D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC481D

Black with #EC481D

Text Example


Text Example

White with #EC481D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC481D; }

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

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

background-color css

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

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

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

border-color css

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

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

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