Html Css Color HEX #EC4135 Cinnabar

📋 copy color: '#EC4135'

red 236 ◦ green 65 ◦ blue 53

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

Shades of Cinnabar #EC4135

Tints of Cinnabar #EC4135

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.36%

 BLUE value IS 53 (21.09% from 255) = 14.97%

R = 66.67%
G = 18.36%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EC4135 (or 0xEC4135) is known color: Cinnabar. HEX triplet: EC, 41 and 35. RGB value is (236,65,53). Sum of RGB (Red+Green+Blue) = 236+65+53=354 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.67% from 354); Green value is 65 (25.78% from 255 or 18.36% from 354); Blue value is 53 (21.09% from 255 or 14.97% from 354); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4135 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4135 is #13BECA. Grayscale: #727272. Windows color (decimal): -1294027 or 3490284. OLE color: 3490284.

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

Color convert

RGB 236 65 53 -
CMYK 0 0.72 0.78 0.07
HSL 3.93º 0.83% 0.57% -
HSV(B) 3.93º 0.78% 0.93% -
XYZ 37.12 21.87 5.63 -
YUV 114.76 93.15 214.48 -
System Red Green Blue C M Y K H S L
Decimal 236 65 53 0 0.72 0.78 0.07 3.93 0.83 0.57
Hex EC 41 35 0 48 4E 7 4 53 39
Octal 354 101 65 0 110 116 7 4 123 71
Binary 11101100 1000001 110101 0 1001000 1001110 111 100 1010011 111001

Color Harmonies of #EC4135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4135

Black with #EC4135

Text Example


Text Example

White with #EC4135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4135; }

 p { color: rgb(236,65,53); }

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

background-color css

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

 a { background-color: rgb(236,65,53); }

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

border-color css

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

 span { border-color: rgb(236,65,53); }

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