Html Css Color HEX #EC3D33 Cinnabar

📋 copy color: '#EC3D33'

red 236 ◦ green 61 ◦ blue 51

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

Shades of Cinnabar #EC3D33

Tints of Cinnabar #EC3D33

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.53%

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

R = 67.82%
G = 17.53%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EC3D33 (or 0xEC3D33) is known color: Cinnabar. HEX triplet: EC, 3D and 33. RGB value is (236,61,51). Sum of RGB (Red+Green+Blue) = 236+61+51=348 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.82% from 348); Green value is 61 (24.22% from 255 or 17.53% from 348); Blue value is 51 (20.31% from 255 or 14.66% from 348); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3D33 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3D33 is #13C2CC. Grayscale: #707070. Windows color (decimal): -1295053 or 3358188. OLE color: 3358188.

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

Color convert

RGB 236 61 51 -
CMYK 0 0.74 0.78 0.07
HSL 3.24º 0.83% 0.56% -
HSV(B) 3.24º 0.78% 0.93% -
XYZ 36.86 21.41 5.32 -
YUV 112.19 93.48 216.31 -
System Red Green Blue C M Y K H S L
Decimal 236 61 51 0 0.74 0.78 0.07 3.24 0.83 0.56
Hex EC 3D 33 0 4A 4E 7 3 53 38
Octal 354 75 63 0 112 116 7 3 123 70
Binary 11101100 111101 110011 0 1001010 1001110 111 11 1010011 111000

Color Harmonies of #EC3D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3D33

Black with #EC3D33

Text Example


Text Example

White with #EC3D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3D33; }

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

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

background-color css

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

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

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

border-color css

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

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

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