Html Css Color HEX #EC3A33 Cinnabar

📋 copy color: '#EC3A33'

red 236 ◦ green 58 ◦ blue 51

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

Shades of Cinnabar #EC3A33

Tints of Cinnabar #EC3A33

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.81%

 BLUE value IS 51 (20.31% from 255) = 14.78%

R = 68.41%
G = 16.81%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EC3A33 (or 0xEC3A33) is known color: Cinnabar. HEX triplet: EC, 3A and 33. RGB value is (236,58,51). Sum of RGB (Red+Green+Blue) = 236+58+51=345 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.41% from 345); Green value is 58 (23.05% from 255 or 16.81% from 345); Blue value is 51 (20.31% from 255 or 14.78% from 345); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3A33 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3A33 is #13C5CC. Grayscale: #6E6E6E. Windows color (decimal): -1295821 or 3357420. OLE color: 3357420.

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

Color convert

RGB 236 58 51 -
CMYK 0 0.75 0.78 0.07
HSL 2.27º 0.83% 0.56% -
HSV(B) 2.27º 0.78% 0.93% -
XYZ 36.7 21.1 5.27 -
YUV 110.42 94.47 217.57 -
System Red Green Blue C M Y K H S L
Decimal 236 58 51 0 0.75 0.78 0.07 2.27 0.83 0.56
Hex EC 3A 33 0 4B 4E 7 2 53 38
Octal 354 72 63 0 113 116 7 2 123 70
Binary 11101100 111010 110011 0 1001011 1001110 111 10 1010011 111000

Color Harmonies of #EC3A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3A33

Black with #EC3A33

Text Example


Text Example

White with #EC3A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3A33; }

 p { color: rgb(236,58,51); }

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

background-color css

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

 a { background-color: rgb(236,58,51); }

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

border-color css

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

 span { border-color: rgb(236,58,51); }

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