Html Css Color HEX #1C1401 Maire

📋 copy color: '#1C1401'

red 28 ◦ green 20 ◦ blue 1

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

Shades of Maire #1C1401

Tints of Maire #1C1401

RGB

 RED value IS 28 (11.33% from 255) = 57.14%

 GREEN value IS 20 (8.2% from 255) = 40.82%

 BLUE value IS 1 (0.78% from 255) = 2.04%

R = 57.14%
G = 40.82%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.96

 K value IS 0.89

RGB Variations

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

Color information

#1C1401 (or 0x1C1401) is known color: Maire. HEX triplet: 1C, 14 and 01. RGB value is (28,20,1). Sum of RGB (Red+Green+Blue) = 28+20+1=49 (6% of max value = 765). Red value is 28 (11.33% from 255 or 57.14% from 49); Green value is 20 (8.20% from 255 or 40.82% from 49); Blue value is 1 (0.78% from 255 or 2.04% from 49); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1401 is #E3EBFE. Grayscale: #141414. Windows color (decimal): -14937087 or 70684. OLE color: 70684.

HSL color Cylindrical-coordinate representation of color #1C1401: hue angle of 42.22º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1C1401 is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.89.

Color convert

RGB 28 20 1 -
CMYK 0 0.29 0.96 0.89
HSL 42.22º 0.93% 0.06% -
HSV(B) 42.22º 0.96% 0.11% -
XYZ 0.73 0.75 0.13 -
YUV 20.23 117.15 133.54 -
System Red Green Blue C M Y K H S L
Decimal 28 20 1 0 0.29 0.96 0.89 42.22 0.93 0.06
Hex 1C 14 1 0 1D 60 59 2A 5D 6
Octal 34 24 1 0 35 140 131 52 135 6
Binary 11100 10100 1 0 11101 1100000 1011001 101010 1011101 110

Color Harmonies of #1C1401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1401

Black with #1C1401

Text Example


Text Example

White with #1C1401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C1401; }

 p { color: rgb(28,20,1); }

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

background-color css

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

 a { background-color: rgb(28,20,1); }

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

border-color css

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

 span { border-color: rgb(28,20,1); }

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