Html Css Color HEX #EC3F1D Cinnabar

📋 copy color: '#EC3F1D'

red 236 ◦ green 63 ◦ blue 29

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

Shades of Cinnabar #EC3F1D

Tints of Cinnabar #EC3F1D

RGB

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

 GREEN value IS 63 (25% from 255) = 19.21%

 BLUE value IS 29 (11.72% from 255) = 8.84%

R = 71.95%
G = 19.21%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EC3F1D (or 0xEC3F1D) is known color: Cinnabar. HEX triplet: EC, 3F and 1D. RGB value is (236,63,29). Sum of RGB (Red+Green+Blue) = 236+63+29=328 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.95% from 328); Green value is 63 (25% from 255 or 19.21% from 328); Blue value is 29 (11.72% from 255 or 8.84% from 328); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3F1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3F1D is #13C0E2. Grayscale: #6F6F6F. Windows color (decimal): -1294563 or 1916908. OLE color: 1916908.

HSL color Cylindrical-coordinate representation of color #EC3F1D: hue angle of 9.86º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC3F1D is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 63 29 -
CMYK 0 0.73 0.88 0.07
HSL 9.86º 0.84% 0.52% -
HSV(B) 9.86º 0.88% 0.93% -
XYZ 36.59 21.48 3.38 -
YUV 110.85 81.81 217.26 -
System Red Green Blue C M Y K H S L
Decimal 236 63 29 0 0.73 0.88 0.07 9.86 0.84 0.52
Hex EC 3F 1D 0 49 58 7 A 54 34
Octal 354 77 35 0 111 130 7 12 124 64
Binary 11101100 111111 11101 0 1001001 1011000 111 1010 1010100 110100

Color Harmonies of #EC3F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3F1D

Black with #EC3F1D

Text Example


Text Example

White with #EC3F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3F1D; }

 p { color: rgb(236,63,29); }

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

background-color css

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

 a { background-color: rgb(236,63,29); }

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

border-color css

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

 span { border-color: rgb(236,63,29); }

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