Html Css Color HEX #EC442D Cinnabar

📋 copy color: '#EC442D'

red 236 ◦ green 68 ◦ blue 45

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

Shades of Cinnabar #EC442D

Tints of Cinnabar #EC442D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.89%

R = 67.62%
G = 19.48%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EC442D (or 0xEC442D) is known color: Cinnabar. HEX triplet: EC, 44 and 2D. RGB value is (236,68,45). Sum of RGB (Red+Green+Blue) = 236+68+45=349 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.62% from 349); Green value is 68 (26.95% from 255 or 19.48% from 349); Blue value is 45 (17.97% from 255 or 12.89% from 349); Max value from RGB is 236 - color contains mainly: red. Hex color #EC442D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC442D is #13BBD2. Grayscale: #737373. Windows color (decimal): -1293267 or 2966764. OLE color: 2966764.

HSL color Cylindrical-coordinate representation of color #EC442D: hue angle of 7.23º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC442D is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 68 45 -
CMYK 0 0.71 0.81 0.07
HSL 7.23º 0.83% 0.55% -
HSV(B) 7.23º 0.81% 0.93% -
XYZ 37.13 22.16 4.8 -
YUV 115.61 88.16 213.87 -
System Red Green Blue C M Y K H S L
Decimal 236 68 45 0 0.71 0.81 0.07 7.23 0.83 0.55
Hex EC 44 2D 0 47 51 7 7 53 37
Octal 354 104 55 0 107 121 7 7 123 67
Binary 11101100 1000100 101101 0 1000111 1010001 111 111 1010011 110111

Color Harmonies of #EC442D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC442D

Black with #EC442D

Text Example


Text Example

White with #EC442D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC442D; }

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

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

background-color css

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

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

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

border-color css

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

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

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