Html Css Color HEX #EC472D Cinnabar

📋 copy color: '#EC472D'

red 236 ◦ green 71 ◦ blue 45

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

Shades of Cinnabar #EC472D

Tints of Cinnabar #EC472D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.17%

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

R = 67.05%
G = 20.17%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EC472D (or 0xEC472D) is known color: Cinnabar. HEX triplet: EC, 47 and 2D. RGB value is (236,71,45). Sum of RGB (Red+Green+Blue) = 236+71+45=352 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.05% from 352); Green value is 71 (28.12% from 255 or 20.17% from 352); Blue value is 45 (17.97% from 255 or 12.78% from 352); Max value from RGB is 236 - color contains mainly: red. Hex color #EC472D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC472D is #13B8D2. Grayscale: #757575. Windows color (decimal): -1292499 or 2967532. OLE color: 2967532.

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

Color convert

RGB 236 71 45 -
CMYK 0 0.70 0.81 0.07
HSL 8.17º 0.83% 0.55% -
HSV(B) 8.17º 0.81% 0.93% -
XYZ 37.32 22.53 4.86 -
YUV 117.37 87.16 212.61 -
System Red Green Blue C M Y K H S L
Decimal 236 71 45 0 0.70 0.81 0.07 8.17 0.83 0.55
Hex EC 47 2D 0 46 51 7 8 53 37
Octal 354 107 55 0 106 121 7 10 123 67
Binary 11101100 1000111 101101 0 1000110 1010001 111 1000 1010011 110111

Color Harmonies of #EC472D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC472D

Black with #EC472D

Text Example


Text Example

White with #EC472D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC472D; }

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

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

background-color css

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

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

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

border-color css

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

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

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