Html Css Color HEX #C12523 Fire Brick

📋 copy color: '#C12523'

red 193 ◦ green 37 ◦ blue 35

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

Shades of Fire Brick #C12523

Tints of Fire Brick #C12523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.21%

R = 72.83%
G = 13.96%
B = 13.21%

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

#C12523 (or 0xC12523) is known color: Fire Brick. HEX triplet: C1, 25 and 23. RGB value is (193,37,35). Sum of RGB (Red+Green+Blue) = 193+37+35=265 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.83% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 35 (14.06% from 255 or 13.21% from 265); Max value from RGB is 193 - color contains mainly: red. Hex color #C12523 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12523 is #3EDADC. Grayscale: #535353. Windows color (decimal): -4119261 or 2303425. OLE color: 2303425.

HSL color Cylindrical-coordinate representation of color #C12523: hue angle of 0.76º degrees, saturation: 0.69, 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 #C12523 is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 37 35 -
CMYK 0 0.81 0.82 0.24
HSL 0.76º 0.69% 0.45% -
HSV(B) 0.76º 0.82% 0.76% -
XYZ 22.96 12.78 2.85 -
YUV 83.42 100.68 206.16 -
System Red Green Blue C M Y K H S L
Decimal 193 37 35 0 0.81 0.82 0.24 0.76 0.69 0.45
Hex C1 25 23 0 51 52 18 1 45 2D
Octal 301 45 43 0 121 122 30 1 105 55
Binary 11000001 100101 100011 0 1010001 1010010 11000 1 1000101 101101

Color Harmonies of #C12523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12523

Black with #C12523

Text Example


Text Example

White with #C12523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12523; }

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

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

background-color css

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

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

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

border-color css

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

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

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