Html Css Color HEX #C1201D Fire Brick

📋 copy color: '#C1201D'

red 193 ◦ green 32 ◦ blue 29

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

Shades of Fire Brick #C1201D

Tints of Fire Brick #C1201D

RGB

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

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

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

R = 75.98%
G = 12.6%
B = 11.42%

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

#C1201D (or 0xC1201D) is known color: Fire Brick. HEX triplet: C1, 20 and 1D. RGB value is (193,32,29). Sum of RGB (Red+Green+Blue) = 193+32+29=254 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.98% from 254); Green value is 32 (12.89% from 255 or 12.60% from 254); Blue value is 29 (11.72% from 255 or 11.42% from 254); Max value from RGB is 193 - color contains mainly: red. Hex color #C1201D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1201D is #3EDFE2. Grayscale: #4F4F4F. Windows color (decimal): -4120547 or 1908929. OLE color: 1908929.

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

Color convert

RGB 193 32 29 -
CMYK 0 0.83 0.85 0.24
HSL 1.1º 0.74% 0.44% -
HSV(B) 1.1º 0.85% 0.76% -
XYZ 22.73 12.46 2.37 -
YUV 79.8 99.34 208.74 -
System Red Green Blue C M Y K H S L
Decimal 193 32 29 0 0.83 0.85 0.24 1.1 0.74 0.44
Hex C1 20 1D 0 53 55 18 1 4A 2C
Octal 301 40 35 0 123 125 30 1 112 54
Binary 11000001 100000 11101 0 1010011 1010101 11000 1 1001010 101100

Color Harmonies of #C1201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1201D

Black with #C1201D

Text Example


Text Example

White with #C1201D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1201D; }

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

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

background-color css

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

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

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

border-color css

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

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

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