Html Css Color HEX #EC3D35 Cinnabar

📋 copy color: '#EC3D35'

red 236 ◦ green 61 ◦ blue 53

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

Shades of Cinnabar #EC3D35

Tints of Cinnabar #EC3D35

RGB

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

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

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

R = 67.43%
G = 17.43%
B = 15.14%

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

#EC3D35 (or 0xEC3D35) is known color: Cinnabar. HEX triplet: EC, 3D and 35. RGB value is (236,61,53). Sum of RGB (Red+Green+Blue) = 236+61+53=350 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.43% from 350); Green value is 61 (24.22% from 255 or 17.43% from 350); Blue value is 53 (21.09% from 255 or 15.14% from 350); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3D35 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3D35 is #13C2CA. Grayscale: #707070. Windows color (decimal): -1295051 or 3489260. OLE color: 3489260.

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

Color convert

RGB 236 61 53 -
CMYK 0 0.74 0.78 0.07
HSL 2.62º 0.83% 0.57% -
HSV(B) 2.62º 0.78% 0.93% -
XYZ 36.9 21.43 5.56 -
YUV 112.41 94.48 216.15 -
System Red Green Blue C M Y K H S L
Decimal 236 61 53 0 0.74 0.78 0.07 2.62 0.83 0.57
Hex EC 3D 35 0 4A 4E 7 3 53 39
Octal 354 75 65 0 112 116 7 3 123 71
Binary 11101100 111101 110101 0 1001010 1001110 111 11 1010011 111001

Color Harmonies of #EC3D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3D35

Black with #EC3D35

Text Example


Text Example

White with #EC3D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3D35; }

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

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

background-color css

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

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

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

border-color css

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

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

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