Html Css Color HEX #C12525 Fire Brick

📋 copy color: '#C12525'

red 193 ◦ green 37 ◦ blue 37

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

Shades of Fire Brick #C12525

Tints of Fire Brick #C12525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.86%

R = 72.28%
G = 13.86%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C12525 (or 0xC12525) is known color: Fire Brick. HEX triplet: C1, 25 and 25. RGB value is (193,37,37). Sum of RGB (Red+Green+Blue) = 193+37+37=267 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.28% from 267); Green value is 37 (14.84% from 255 or 13.86% from 267); Blue value is 37 (14.84% from 255 or 13.86% from 267); Max value from RGB is 193 - color contains mainly: red. Hex color #C12525 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12525 is #3EDADA. Grayscale: #535353. Windows color (decimal): -4119259 or 2434497. OLE color: 2434497.

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

Color convert

RGB 193 37 37 -
CMYK 0 0.81 0.81 0.24
HSL 0.68% 0.45% -
HSV(B) 0.81% 0.76% -
XYZ 22.99 12.79 3.01 -
YUV 83.64 101.68 206 -
System Red Green Blue C M Y K H S L
Decimal 193 37 37 0 0.81 0.81 0.24 0 0.68 0.45
Hex C1 25 25 0 51 51 18 0 44 2D
Octal 301 45 45 0 121 121 30 0 104 55
Binary 11000001 100101 100101 0 1010001 1010001 11000 0 1000100 101101

Color Harmonies of #C12525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12525

Black with #C12525

Text Example


Text Example

White with #C12525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12525; }

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

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

background-color css

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

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

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

border-color css

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

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

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