Html Css Color HEX #EC461E Cinnabar

📋 copy color: '#EC461E'

red 236 ◦ green 70 ◦ blue 30

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

Shades of Cinnabar #EC461E

Tints of Cinnabar #EC461E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.83%

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

R = 70.24%
G = 20.83%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EC461E (or 0xEC461E) is known color: Cinnabar. HEX triplet: EC, 46 and 1E. RGB value is (236,70,30). Sum of RGB (Red+Green+Blue) = 236+70+30=336 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.24% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 30 (12.11% from 255 or 8.93% from 336); Max value from RGB is 236 - color contains mainly: red. Hex color #EC461E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC461E is #13B9E1. Grayscale: #737373. Windows color (decimal): -1292770 or 1984236. OLE color: 1984236.

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

Color convert

RGB 236 70 30 -
CMYK 0 0.70 0.87 0.07
HSL 11.65º 0.84% 0.52% -
HSV(B) 11.65º 0.87% 0.93% -
XYZ 37.02 22.31 3.58 -
YUV 115.07 80 214.25 -
System Red Green Blue C M Y K H S L
Decimal 236 70 30 0 0.70 0.87 0.07 11.65 0.84 0.52
Hex EC 46 1E 0 46 57 7 C 54 34
Octal 354 106 36 0 106 127 7 14 124 64
Binary 11101100 1000110 11110 0 1000110 1010111 111 1100 1010100 110100

Color Harmonies of #EC461E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC461E

Black with #EC461E

Text Example


Text Example

White with #EC461E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC461E; }

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

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

background-color css

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

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

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

border-color css

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

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

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