Html Css Color HEX #C12522 Fire Brick

📋 copy color: '#C12522'

red 193 ◦ green 37 ◦ blue 34

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

Shades of Fire Brick #C12522

Tints of Fire Brick #C12522

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.02%

 BLUE value IS 34 (13.67% from 255) = 12.88%

R = 73.11%
G = 14.02%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C12522 (or 0xC12522) is known color: Fire Brick. HEX triplet: C1, 25 and 22. RGB value is (193,37,34). Sum of RGB (Red+Green+Blue) = 193+37+34=264 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.11% from 264); Green value is 37 (14.84% from 255 or 14.02% from 264); Blue value is 34 (13.67% from 255 or 12.88% from 264); Max value from RGB is 193 - color contains mainly: red. Hex color #C12522 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12522 is #3EDADD. Grayscale: #535353. Windows color (decimal): -4119262 or 2237889. OLE color: 2237889.

HSL color Cylindrical-coordinate representation of color #C12522: hue angle of 1.13º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C12522 is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 37 34 -
CMYK 0 0.81 0.82 0.24
HSL 1.13º 0.7% 0.45% -
HSV(B) 1.13º 0.82% 0.76% -
XYZ 22.94 12.78 2.77 -
YUV 83.3 100.18 206.24 -
System Red Green Blue C M Y K H S L
Decimal 193 37 34 0 0.81 0.82 0.24 1.13 0.7 0.45
Hex C1 25 22 0 51 52 18 1 46 2D
Octal 301 45 42 0 121 122 30 1 106 55
Binary 11000001 100101 100010 0 1010001 1010010 11000 1 1000110 101101

Color Harmonies of #C12522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12522

Black with #C12522

Text Example


Text Example

White with #C12522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12522; }

 p { color: rgb(193,37,34); }

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

background-color css

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

 a { background-color: rgb(193,37,34); }

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

border-color css

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

 span { border-color: rgb(193,37,34); }

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