Html Css Color HEX #EC462D Cinnabar

📋 copy color: '#EC462D'

red 236 ◦ green 70 ◦ blue 45

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

Shades of Cinnabar #EC462D

Tints of Cinnabar #EC462D

RGB

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

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

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

R = 67.24%
G = 19.94%
B = 12.82%

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

#EC462D (or 0xEC462D) is known color: Cinnabar. HEX triplet: EC, 46 and 2D. RGB value is (236,70,45). Sum of RGB (Red+Green+Blue) = 236+70+45=351 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.24% from 351); Green value is 70 (27.73% from 255 or 19.94% from 351); Blue value is 45 (17.97% from 255 or 12.82% from 351); Max value from RGB is 236 - color contains mainly: red. Hex color #EC462D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC462D is #13B9D2. Grayscale: #757575. Windows color (decimal): -1292755 or 2967276. OLE color: 2967276.

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

Color convert

RGB 236 70 45 -
CMYK 0 0.70 0.81 0.07
HSL 7.85º 0.83% 0.55% -
HSV(B) 7.85º 0.81% 0.93% -
XYZ 37.26 22.4 4.84 -
YUV 116.78 87.5 213.03 -
System Red Green Blue C M Y K H S L
Decimal 236 70 45 0 0.70 0.81 0.07 7.85 0.83 0.55
Hex EC 46 2D 0 46 51 7 8 53 37
Octal 354 106 55 0 106 121 7 10 123 67
Binary 11101100 1000110 101101 0 1000110 1010001 111 1000 1010011 110111

Color Harmonies of #EC462D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC462D

Black with #EC462D

Text Example


Text Example

White with #EC462D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC462D; }

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

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

background-color css

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

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

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

border-color css

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

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

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