Html Css Color HEX #C1211D Fire Brick

📋 copy color: '#C1211D'

red 193 ◦ green 33 ◦ blue 29

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

Shades of Fire Brick #C1211D

Tints of Fire Brick #C1211D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.94%

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

R = 75.69%
G = 12.94%
B = 11.37%

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

#C1211D (or 0xC1211D) is known color: Fire Brick. HEX triplet: C1, 21 and 1D. RGB value is (193,33,29). Sum of RGB (Red+Green+Blue) = 193+33+29=255 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.69% from 255); Green value is 33 (13.28% from 255 or 12.94% from 255); Blue value is 29 (11.72% from 255 or 11.37% from 255); Max value from RGB is 193 - color contains mainly: red. Hex color #C1211D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1211D is #3EDEE2. Grayscale: #505050. Windows color (decimal): -4120291 or 1909185. OLE color: 1909185.

HSL color Cylindrical-coordinate representation of color #C1211D: hue angle of 1.46º 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 #C1211D is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 33 29 -
CMYK 0 0.83 0.85 0.24
HSL 1.46º 0.74% 0.44% -
HSV(B) 1.46º 0.85% 0.76% -
XYZ 22.76 12.51 2.38 -
YUV 80.38 99.01 208.33 -
System Red Green Blue C M Y K H S L
Decimal 193 33 29 0 0.83 0.85 0.24 1.46 0.74 0.44
Hex C1 21 1D 0 53 55 18 1 4A 2C
Octal 301 41 35 0 123 125 30 1 112 54
Binary 11000001 100001 11101 0 1010011 1010101 11000 1 1001010 101100

Color Harmonies of #C1211D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1211D

Black with #C1211D

Text Example


Text Example

White with #C1211D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1211D; }

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

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

background-color css

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

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

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

border-color css

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

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

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