Html Css Color HEX #EC3D19 Cinnabar

📋 copy color: '#EC3D19'

red 236 ◦ green 61 ◦ blue 25

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

Shades of Cinnabar #EC3D19

Tints of Cinnabar #EC3D19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.76%

R = 73.29%
G = 18.94%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC3D19 (or 0xEC3D19) is known color: Cinnabar. HEX triplet: EC, 3D and 19. RGB value is (236,61,25). Sum of RGB (Red+Green+Blue) = 236+61+25=322 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.29% from 322); Green value is 61 (24.22% from 255 or 18.94% from 322); Blue value is 25 (10.16% from 255 or 7.76% from 322); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3D19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3D19 is #13C2E6. Grayscale: #6D6D6D. Windows color (decimal): -1295079 or 1654252. OLE color: 1654252.

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

Color convert

RGB 236 61 25 -
CMYK 0 0.74 0.89 0.07
HSL 10.24º 0.85% 0.51% -
HSV(B) 10.24º 0.89% 0.93% -
XYZ 36.44 21.24 3.1 -
YUV 109.22 80.48 218.43 -
System Red Green Blue C M Y K H S L
Decimal 236 61 25 0 0.74 0.89 0.07 10.24 0.85 0.51
Hex EC 3D 19 0 4A 59 7 A 55 33
Octal 354 75 31 0 112 131 7 12 125 63
Binary 11101100 111101 11001 0 1001010 1011001 111 1010 1010101 110011

Color Harmonies of #EC3D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3D19

Black with #EC3D19

Text Example


Text Example

White with #EC3D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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