Html Css Color HEX #EC441E Cinnabar

📋 copy color: '#EC441E'

red 236 ◦ green 68 ◦ blue 30

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

Shades of Cinnabar #EC441E

Tints of Cinnabar #EC441E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.36%

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

R = 70.66%
G = 20.36%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EC441E (or 0xEC441E) is known color: Cinnabar. HEX triplet: EC, 44 and 1E. RGB value is (236,68,30). Sum of RGB (Red+Green+Blue) = 236+68+30=334 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.66% from 334); Green value is 68 (26.95% from 255 or 20.36% from 334); Blue value is 30 (12.11% from 255 or 8.98% from 334); Max value from RGB is 236 - color contains mainly: red. Hex color #EC441E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC441E is #13BBE1. Grayscale: #727272. Windows color (decimal): -1293282 or 1983724. OLE color: 1983724.

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

Color convert

RGB 236 68 30 -
CMYK 0 0.71 0.87 0.07
HSL 11.07º 0.84% 0.52% -
HSV(B) 11.07º 0.87% 0.93% -
XYZ 36.89 22.06 3.54 -
YUV 113.9 80.66 215.09 -
System Red Green Blue C M Y K H S L
Decimal 236 68 30 0 0.71 0.87 0.07 11.07 0.84 0.52
Hex EC 44 1E 0 47 57 7 B 54 34
Octal 354 104 36 0 107 127 7 13 124 64
Binary 11101100 1000100 11110 0 1000111 1010111 111 1011 1010100 110100

Color Harmonies of #EC441E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC441E

Black with #EC441E

Text Example


Text Example

White with #EC441E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC441E; }

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

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

background-color css

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

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

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

border-color css

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

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

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