Html Css Color HEX #C12B25 Fire Brick

📋 copy color: '#C12B25'

red 193 ◦ green 43 ◦ blue 37

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

Shades of Fire Brick #C12B25

Tints of Fire Brick #C12B25

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.75%

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

R = 70.7%
G = 15.75%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C12B25 (or 0xC12B25) is known color: Fire Brick. HEX triplet: C1, 2B and 25. RGB value is (193,43,37). Sum of RGB (Red+Green+Blue) = 193+43+37=273 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.70% from 273); Green value is 43 (17.19% from 255 or 15.75% from 273); Blue value is 37 (14.84% from 255 or 13.55% from 273); Max value from RGB is 193 - color contains mainly: red. Hex color #C12B25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12B25 is #3ED4DA. Grayscale: #575757. Windows color (decimal): -4117723 or 2436033. OLE color: 2436033.

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

Color convert

RGB 193 43 37 -
CMYK 0 0.78 0.81 0.24
HSL 2.31º 0.68% 0.45% -
HSV(B) 2.31º 0.81% 0.76% -
XYZ 23.19 13.2 3.08 -
YUV 87.17 99.7 203.49 -
System Red Green Blue C M Y K H S L
Decimal 193 43 37 0 0.78 0.81 0.24 2.31 0.68 0.45
Hex C1 2B 25 0 4E 51 18 2 44 2D
Octal 301 53 45 0 116 121 30 2 104 55
Binary 11000001 101011 100101 0 1001110 1010001 11000 10 1000100 101101

Color Harmonies of #C12B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12B25

Black with #C12B25

Text Example


Text Example

White with #C12B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12B25; }

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

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

background-color css

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

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

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

border-color css

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

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

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