Html Css Color HEX #EC481E Cinnabar

📋 copy color: '#EC481E'

red 236 ◦ green 72 ◦ blue 30

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

Shades of Cinnabar #EC481E

Tints of Cinnabar #EC481E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.88%

R = 69.82%
G = 21.3%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EC481E (or 0xEC481E) is known color: Cinnabar. HEX triplet: EC, 48 and 1E. RGB value is (236,72,30). Sum of RGB (Red+Green+Blue) = 236+72+30=338 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.82% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 30 (12.11% from 255 or 8.88% from 338); Max value from RGB is 236 - color contains mainly: red. Hex color #EC481E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC481E is #13B7E1. Grayscale: #747474. Windows color (decimal): -1292258 or 1984748. OLE color: 1984748.

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

Color convert

RGB 236 72 30 -
CMYK 0 0.69 0.87 0.07
HSL 12.23º 0.84% 0.52% -
HSV(B) 12.23º 0.87% 0.93% -
XYZ 37.14 22.56 3.63 -
YUV 116.25 79.33 213.42 -
System Red Green Blue C M Y K H S L
Decimal 236 72 30 0 0.69 0.87 0.07 12.23 0.84 0.52
Hex EC 48 1E 0 45 57 7 C 54 34
Octal 354 110 36 0 105 127 7 14 124 64
Binary 11101100 1001000 11110 0 1000101 1010111 111 1100 1010100 110100

Color Harmonies of #EC481E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC481E

Black with #EC481E

Text Example


Text Example

White with #EC481E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC481E; }

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

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

background-color css

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

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

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

border-color css

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

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

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