Html Css Color HEX #EC4630 Cinnabar

📋 copy color: '#EC4630'

red 236 ◦ green 70 ◦ blue 48

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

Shades of Cinnabar #EC4630

Tints of Cinnabar #EC4630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.56%

R = 66.67%
G = 19.77%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EC4630 (or 0xEC4630) is known color: Cinnabar. HEX triplet: EC, 46 and 30. RGB value is (236,70,48). Sum of RGB (Red+Green+Blue) = 236+70+48=354 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.67% from 354); Green value is 70 (27.73% from 255 or 19.77% from 354); Blue value is 48 (19.14% from 255 or 13.56% from 354); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4630 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4630 is #13B9CF. Grayscale: #757575. Windows color (decimal): -1292752 or 3163884. OLE color: 3163884.

HSL color Cylindrical-coordinate representation of color #EC4630: hue angle of 7.02º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC4630 is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 70 48 -
CMYK 0 0.70 0.80 0.07
HSL 7.02º 0.83% 0.56% -
HSV(B) 7.02º 0.8% 0.93% -
XYZ 37.32 22.43 5.16 -
YUV 117.13 89 212.79 -
System Red Green Blue C M Y K H S L
Decimal 236 70 48 0 0.70 0.80 0.07 7.02 0.83 0.56
Hex EC 46 30 0 46 50 7 7 53 38
Octal 354 106 60 0 106 120 7 7 123 70
Binary 11101100 1000110 110000 0 1000110 1010000 111 111 1010011 111000

Color Harmonies of #EC4630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4630

Black with #EC4630

Text Example


Text Example

White with #EC4630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4630; }

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

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

background-color css

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

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

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

border-color css

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

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

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