Html Css Color HEX #C1201C Fire Brick

📋 copy color: '#C1201C'

red 193 ◦ green 32 ◦ blue 28

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

Shades of Fire Brick #C1201C

Tints of Fire Brick #C1201C

RGB

 RED value IS 193 (75.78% from 255) = 76.28%

 GREEN value IS 32 (12.89% from 255) = 12.65%

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

R = 76.28%
G = 12.65%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C1201C (or 0xC1201C) is known color: Fire Brick. HEX triplet: C1, 20 and 1C. RGB value is (193,32,28). Sum of RGB (Red+Green+Blue) = 193+32+28=253 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.28% from 253); Green value is 32 (12.89% from 255 or 12.65% from 253); Blue value is 28 (11.33% from 255 or 11.07% from 253); Max value from RGB is 193 - color contains mainly: red. Hex color #C1201C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1201C is #3EDFE3. Grayscale: #4F4F4F. Windows color (decimal): -4120548 or 1843393. OLE color: 1843393.

HSL color Cylindrical-coordinate representation of color #C1201C: hue angle of 1.45º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C1201C is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 32 28 -
CMYK 0 0.83 0.85 0.24
HSL 1.45º 0.75% 0.43% -
HSV(B) 1.45º 0.85% 0.76% -
XYZ 22.72 12.45 2.31 -
YUV 79.68 98.84 208.83 -
System Red Green Blue C M Y K H S L
Decimal 193 32 28 0 0.83 0.85 0.24 1.45 0.75 0.43
Hex C1 20 1C 0 53 55 18 1 4B 2B
Octal 301 40 34 0 123 125 30 1 113 53
Binary 11000001 100000 11100 0 1010011 1010101 11000 1 1001011 101011

Color Harmonies of #C1201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1201C

Black with #C1201C

Text Example


Text Example

White with #C1201C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1201C; }

 p { color: rgb(193,32,28); }

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

background-color css

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

 a { background-color: rgb(193,32,28); }

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

border-color css

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

 span { border-color: rgb(193,32,28); }

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