Html Css Color HEX #EC3F1C Cinnabar

📋 copy color: '#EC3F1C'

red 236 ◦ green 63 ◦ blue 28

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

Shades of Cinnabar #EC3F1C

Tints of Cinnabar #EC3F1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.56%

R = 72.17%
G = 19.27%
B = 8.56%

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

#EC3F1C (or 0xEC3F1C) is known color: Cinnabar. HEX triplet: EC, 3F and 1C. RGB value is (236,63,28). Sum of RGB (Red+Green+Blue) = 236+63+28=327 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.17% from 327); Green value is 63 (25% from 255 or 19.27% from 327); Blue value is 28 (11.33% from 255 or 8.56% from 327); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3F1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3F1C is #13C0E3. Grayscale: #6F6F6F. Windows color (decimal): -1294564 or 1851372. OLE color: 1851372.

HSL color Cylindrical-coordinate representation of color #EC3F1C: hue angle of 10.1º degrees, saturation: 0.85, 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 #EC3F1C is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 63 28 -
CMYK 0 0.73 0.88 0.07
HSL 10.1º 0.85% 0.52% -
HSV(B) 10.1º 0.88% 0.93% -
XYZ 36.58 21.47 3.32 -
YUV 110.74 81.31 217.35 -
System Red Green Blue C M Y K H S L
Decimal 236 63 28 0 0.73 0.88 0.07 10.1 0.85 0.52
Hex EC 3F 1C 0 49 58 7 A 55 34
Octal 354 77 34 0 111 130 7 12 125 64
Binary 11101100 111111 11100 0 1001001 1011000 111 1010 1010101 110100

Color Harmonies of #EC3F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3F1C

Black with #EC3F1C

Text Example


Text Example

White with #EC3F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3F1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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