Html Css Color HEX #EC413D Cinnabar

📋 copy color: '#EC413D'

red 236 ◦ green 65 ◦ blue 61

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

Shades of Cinnabar #EC413D

Tints of Cinnabar #EC413D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.85%

R = 65.19%
G = 17.96%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EC413D (or 0xEC413D) is known color: Cinnabar. HEX triplet: EC, 41 and 3D. RGB value is (236,65,61). Sum of RGB (Red+Green+Blue) = 236+65+61=362 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.19% from 362); Green value is 65 (25.78% from 255 or 17.96% from 362); Blue value is 61 (24.22% from 255 or 16.85% from 362); Max value from RGB is 236 - color contains mainly: red. Hex color #EC413D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC413D is #13BEC2. Grayscale: #737373. Windows color (decimal): -1294019 or 4014572. OLE color: 4014572.

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

Color convert

RGB 236 65 61 -
CMYK 0 0.72 0.74 0.07
HSL 1.37º 0.82% 0.58% -
HSV(B) 1.37º 0.74% 0.93% -
XYZ 37.32 21.95 6.68 -
YUV 115.67 97.15 213.83 -
System Red Green Blue C M Y K H S L
Decimal 236 65 61 0 0.72 0.74 0.07 1.37 0.82 0.58
Hex EC 41 3D 0 48 4A 7 1 52 3A
Octal 354 101 75 0 110 112 7 1 122 72
Binary 11101100 1000001 111101 0 1001000 1001010 111 1 1010010 111010

Color Harmonies of #EC413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC413D

Black with #EC413D

Text Example


Text Example

White with #EC413D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC413D; }

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

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

background-color css

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

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

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

border-color css

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

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

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